Find DE genes across a particular feature
1 2 3 4 5 6 7 8 9 10 | find_DE_genes(
x,
directory = NULL,
group.by = "seurat_clusters",
filename = NULL,
label = "all",
method = "group",
assay = "RNA",
slot_data = "data"
)
|
x |
a Seurat object |
directory |
where to save the computed markers |
group.by |
a column in the meta data to group the cell types |
filename |
the name of the data file. If NULL, it will be generated automatically in the format of '$directory/marker_list_$group.by_$label.csv' |
method |
either 'group' to run DE gene of one group with respect to the
rest of the dataset using |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.