Description Usage Arguments Value Examples
Returns an array of pathways. For data format instructions see https://github.com/Anderson-Lab/ComplementaryDomainPrioritization/wiki.
| 1 | load.WebGestalt(file, db)
 | 
| file | A string pointing to the location of the data file | 
| db | Wiki, Kegg, or TF | 
a list containing the extracted pathways from WebGestalt output.
| 1 2 3 4 | download.example.data()
pathways = load.WebGestalt("Marra_0_tf_protein_enrichment.tsv",'TF')
pathways = load.WebGestalt("Marra_0_wiki_protein_enrichment.tsv",'Wiki')
pathways = load.WebGestalt("Marra_0_kegg_protein_enrichment.tsv",'Kegg')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.