View source: R/ramplinkedinfunctions.R
getGeneList | R Documentation |
Obtain lists of source IDs for inputting into RaMP or other pathway analysis
program
Requires sourceIDs and IDtypes
Otherwise will output names given
The IDtype should be as below
+——————–+
| IDtype |
+——————–+
| enzymeNomenclature |
| ensembl |
| entrez |
| hmdb |
| kegg |
| uniprot |
+——————–+
getGeneList(inputResults, inputData, outputGene = "id")
inputResults |
results of IntLIM analysis |
inputData |
IntLIM dataset containing feature data |
outputGene |
format of genes. Either names or a list of all gene ids. 'id' means source ID, 'name' means gene entry names, 'mapping' provides names and source IDs |
a list of source IDs or names for genes of interests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.