Description Usage Arguments Value Examples
Title
1 2 3 4 5 6 7 |
object |
DEG data.frame or matrix, including col named 'avg_logFC' |
species |
species of DEG |
category |
geneset in GSEA, including 'c2'(default),'c3','c4','c5','c6','c7','hallmark' |
filename |
the name of the generated file |
p.valueCutoff |
cut off the p value |
result of the gsea
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)
result <- Get_GSEA( markers,species = 'm',category='c2')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.