Skip to content

Commit

Permalink
Fix loading example data
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed Oct 31, 2024
1 parent 151447b commit 826f2d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion vignettes/DeconvoBuddies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,11 @@ group of samples. In this example data, the `RNum` is a sample (donor)
identifier and `Dx` is a group variable for the diagnosis status of the donors.
```{r `demo plot_composition_bar`}
# access the colData of a test rse dataset
# load example data
data("rse_bulk_test")
data("est_prop")
# access the colData of a test rse dataset
pd <- colData(rse_bulk_test) |>
as.data.frame()
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Deconvolution_Benchmark_DLPFC.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Key columns in `RNAScope_prop`:
```{r "access RNAScope proportions"}
# Access the RNAScope proportion data.frame
data("RNAScope_prop")
head(DeconvoBuddies::RNAScope_prop)
head(RNAScope_prop)
## plot the RNAScope compositions
plot_composition_bar(
Expand Down

0 comments on commit 826f2d7

Please sign in to comment.