Description Usage Arguments Value Examples
View source: R/consensus_concordants.R
This function takes a list of (optionally split) concordance dataframes and returns a ranked list of gene or drug targets that have been chose for their maximal similarity to the signature
1 2 3 4 5 6 7 | consensus_concordants(
...,
paired = FALSE,
cutoff = 0.321,
cell_line = NULL,
discordant = FALSE
)
|
... |
One or Two (see paired) Data Frames with the concordants |
paired |
Logical indicating whether you split the dataframes by up and down regulated in prior analysis |
cutoff |
A similarity cutoff value. Defaults to 0.321 |
cell_line |
A character vector of Cell Lines you are interested in. |
discordant |
Logical indicating whether you want discordant signatures |
A tibble with the filtered and deduplicated results
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.