convertGMT | R Documentation |
Convert gmt formatted pathway file to the Pathway ID, Entrez, symbol formatted data frame
convertGMT(gmtName, org_assembly, isSymbol = FALSE)
gmtName |
Custom pathway gmt file |
org_assembly |
Genome assembly of interest for the analysis. Possible assemblies are "mm10" for mouse, "dre10" for zebrafish, "rn6" for rat, "dm6" for fruit fly, "ce11" for worm, "sc3" for yeast, "hg19" and "hg38" for human |
isSymbol |
Boolean variable that hold the gene format of the gmt file. If it is set as TRUE, gene format of the gmt file should be symbol. Otherwise, gene format should be ENTREZ ID. By default, it is FALSE. |
return data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.