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