Description Usage Arguments Value Examples
View source: R/investigate_target.R
This function takes the name of a gene or a drug and a database to use to pull signatures from and then queries iLINCS to get concordant signatures
1 2 3 4 5 6 7 8 9 10 11 | investigate_target(
target,
input_lib,
output_lib,
filter_threshold = 0.85,
similarity_threshold = 0.321,
paired = TRUE,
input_cell_lines = NULL,
output_cell_lines = NULL,
discordant = FALSE
)
|
target |
The name of the gene or drug |
input_lib |
One of "OE", "KD" or "CP". Marks the database to use. |
output_lib |
One of "OE", "KD" or "CP". Marks the database to query. |
filter_threshold |
The Filtering threshold. |
similarity_threshold |
The Similarity Threshold |
paired |
Logical. Whether to query iLINCS separately for up and down regulated genes |
input_cell_lines |
A character vector of cell lines to restrict our search for input signatures to. |
output_cell_lines |
A character vetor of cell lines to restrict the output search to. |
discordant |
Logical. Whether to look for discordant signatures |
A tibble with the the similarity scores and signature metadata
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.