Description Usage Arguments Value Examples
To get the top DE gene of cluster
1 2 3 4 5 6 7 8 | myfindmarkers(
seurat_object,
filename = NULL,
thresh.use = 0.25,
species = "human",
all.markers = NULL,
colors = NULL
)
|
seurat_object |
seurat.obj |
filename |
the name of the generated file |
thresh.use |
Limit testing to genes which show, on average, at least X-fold difference (log-scale) between the two groups of cells |
species |
the species of the seurat.obj |
all.markers |
the result of the FindAllMarkers() |
colors |
the colors of clusters |
a list including two characters,top5 and top20
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
top_genes <- myfindmarkers(pbmc_1k)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.