Skip to content

Commit

Permalink
new IRIDIS compatable path
Browse files Browse the repository at this point in the history
  • Loading branch information
moi-taiga committed Apr 12, 2024
1 parent b5d72ef commit 64bc919
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/BreastCancer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ library(annotables)
##### where to get the object from
```{r data}
#load object from rds
bc.seu <- readRDS("~/Rprojects/BC/merged14.rds")
#bc.seu <- readRDS("~/Rprojects/BC/merged14.rds")
bc.seu <- readRDS("/mainfs/ddnb/PathPinpointR/package/PathPinpointR/data/merged14.rds")
#join layers
bc.seu[["RNA"]] <- JoinLayers(bc.seu[["RNA"]])
```
Expand Down Expand Up @@ -259,3 +260,5 @@ atlas.ppr <- ppr_predict_position(atlas_reduced, reference.sg = bc_switching_gen
# plot the predicted position of atlas
ppr_output_plot(atlas.ppr, col = "blue", label = "atlas", overlay = TRUE)
```

### New healthy Patient.

0 comments on commit 64bc919

Please sign in to comment.