extr_biodescr | R Documentation |
Extract Biological descriptor
extr_biodescr( BasicData, geneset = c("kegg", "mkegg", "go", "wp"), arguments = list(minGSSize = 5, maxGSSize = 500, pvalue = 0.05, qvalue = 0.1), ref_type = "drug", ref = NULL, to_ENTREZID = TRUE )
BasicData |
BasicData object. |
geneset |
Charactor vector, one of "kegg"(KEGG), "mkegg"(KEGG Module), "go"(GO-BP), and "wp"(WikiPathways); a data frame and list. |
arguments |
A list of the arguments of |
ref_type |
Charactor vector, one of "drug", "herb", "compound" or "target", defaults to "drug". |
ref |
Charactor vector, reference drug, herb, compound or target, defaults to |
to_ENTREZID |
Logical, whether to translate to ENTREZID from SYMBOL, defaults to TRUE. |
A BioDescr object.
Yuanlong Hu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.