View source: R/utils-omnipath.R
get_collectri | R Documentation |
CollecTRI gene regulatory network. Wrapper to access CollecTRI gene regulatory network. CollecTRI is a comprehensive resource containing a curated collection of transcription factors (TFs) and their target genes. It is an expansion of DoRothEA. Each interaction is weighted by its mode of regulation (either positive or negative).
get_collectri(organism = "human", split_complexes = FALSE, ...)
organism |
Which organism to use. Only human, mouse and rat are available. |
split_complexes |
Whether to split complexes into subunits. By default complexes are kept as they are. |
... |
Ignored. |
collectri <- get_collectri(organism='human', split_complexes=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.