static_table | R Documentation |
A few resources and datasets are available also as plain TSV files and can be accessed without TLS. The purpose of these tables is to make the most often used OmniPath data available on computers with configuration issues. These tables are not the recommended way to access OmniPath data, and a warning is issued each time they are accessed.
static_table(
query,
resource,
organism = 9606L,
strict_evidences = TRUE,
wide = TRUE,
dorothea_levels = c("A", "B", "C")
)
query |
Character: a query type such as "annotations" or "interactions". |
resource |
Character: name of the resource or dataset, such as "CollecTRI" or "PROGENy". |
organism |
Integer: NCBI Taxonomy of the organism: 9606 for human, 10090 for mouse and 10116 for rat. |
strict_evidences |
Logical: restrict the evidences to the queried datasets and resources. If set to FALSE, the directions and effect signs and references might be based on other datasets and resources. |
wide |
Convert the annotation table to wide format, which
corresponds more or less to the original resource. If the data comes
from more than one resource a list of wide tables will be returned.
See examples at |
dorothea_levels |
Vector detailing the confidence levels of the
interactions to be downloaded. In dorothea, every TF-target interaction
has a confidence score ranging from A to E, being A the most reliable
interactions.
By default here we take A, B and C level interactions
( |
A data frame (tibble) with the requested resource.
static_tables
static_table("annotations", "PROGENy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.