get_abundance_sc_long | R Documentation |
get abundance long
get_abundance_sc_long(
.data,
features = NULL,
all = FALSE,
exclude_zeros = FALSE,
assay = Assays(.data),
slot = "data"
)
.data |
A tidyseurat |
features |
A character |
all |
A boolean |
exclude_zeros |
A boolean |
assay |
assay name to extract feature abundance |
slot |
slot in the assay, e.g. 'data' and 'scale.data' |
A Seurat object
data(pbmc_small)
pbmc_small %>%
get_abundance_sc_long(features=c("HLA-DRA", "LYZ"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.