Description Usage Arguments Value Examples
View source: R/filter_signature.R
This function filters the L1000 Signature to a given threshold, identifying up-regulated or down-regulated or both up- and down-regulated genes
1 | filter_signature(signature, direction = "any", threshold = 0.85)
|
signature |
A dataframe with the L1000 signature |
direction |
Direction to filter to. Must be one of "up", "down" or "any". Defaults to "any" |
threshold |
A Log Fold-Change Threshold to filter at. Is inclusive and defaults to 0.85 |
a tibble with the filtered L1000 Signature
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.