Skip to content

Commit

Permalink
Fix missing data, clean up indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed Oct 31, 2024
1 parent 72d11f4 commit 4e38f89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/DeconvoBuddies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ datasets. That is, `get_mean_ratio()` can also work with
```{r `get_mean_ratio demo`}
## find marker genes with get_mean_ratio
marker_stats <- get_mean_ratio(sce_DLPFC_example,
marker_stats <- get_mean_ratio(
sce_DLPFC_example,
cellType_col = "cellType_broad_hc",
gene_name = "gene_name",
gene_ensembl = "gene_id"
Expand Down Expand Up @@ -288,6 +289,7 @@ 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
data("rse_bulk_test")
pd <- colData(rse_bulk_test) |>
as.data.frame()
Expand Down

0 comments on commit 4e38f89

Please sign in to comment.