View source: R/getConcordants.R
getConcordants | R Documentation |
This function takes a full or filtered signature and gets concordant signatures from any of the 3 LINCS databases in iLINCS. This can get Overexpression, Knockdown or Chemical Perturbagen signatures.
getConcordants(signature, ilincsLibrary = "CP")
signature |
A data frame with the names of genes, their expression value and optionally their p-value |
ilincsLibrary |
The Library you want to search. Must be one of "OE", "KD" or "CP" for Overexpression, Knockdown or Chemical Perturbagens |
A tibble with the list of concordant and discordant signatures
# Get the L1000 signature for LINCSKD_28
kdSignature <- getSignature("LINCSKD_28")
# Get concordant gene knockdown signatures
concordant_signatures <- getConcordants(kdSignature, ilincsLibrary = "KD")
head(concordant_signatures)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.