Description Usage Arguments Details Examples
This function will take an input ex_sc and produce a subsetted one preserving all metadata
1 | subset_ex_sc(input, variable, select)
|
input |
the input ex_sc |
variable |
the variable of pData to select on |
select |
the value or values to subset |
By providing both a variable, and a selecting argument, only cells of of a certain condition will be selected
1 | subset_ex_sc(ex_sc_example, variable = "Cluster", select = c("Cluster1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.