filter_degs | R Documentation |
Filter DEGs
filter_degs( degs, bh_threshold = Inf, logfc_threshold = 0, excluded_patterns = NULL )
degs |
Data table containing DEGs. Expecting format like the output of read_degs() |
bh_threshold |
maximum BH corrected p value |
logfc_threshold |
Minimum log fold change value |
excluded_patterns |
List of regex patterns to exlude genes |
'path/to/file' |> read_degs() |> filter_degs(logfc_threshold = 0.25, excluded_patterns = c("^RP", "^XIST$"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.