get_progeny | R Documentation |
Wrapper to access PROGENy model gene weights. Each pathway is defined with a collection of target genes, each interaction has an associated p-value and weight. The top significant interactions per pathway are returned.
get_progeny(organism = "human", top = 500)
organism |
Which organism to use. Only human and mouse are available. |
top |
Number of genes per pathway to return. |
progeny <- get_progeny(organism='human', top=500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.