Description Usage Arguments Examples
Batch/Specify cell population for GO and KEGG analyse
1 2 3 4 5 6 7 |
marker |
result of FindAllMarkers(), including cols named avg_log2FC, p_val_adj, gene |
spe_cluster |
the clusters you interested |
species |
m/h |
logfc.cutoff |
cut off the logFC |
p.cutoff |
cut off the p value |
1 2 3 4 5 6 7 | ## Not run:
input.file <- system.file('extdata','DEG.csv',package = 'LIANLABDATA')
markers <- read.csv(input.file,header = T, row.names = 1)
Get_GK1( markers_top,species = 'm')
Get_GK1( markers_top,spe_cluster = 'Naive CD4 T',species = 'm')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.