subsetSwitchAnalyzeRlist | R Documentation |
This function allows the user to remove data from all entries in a switchAnalyzeRlist about isoforms that are no longer of interest. Note that it retain replicate isoforms information for all isoforms associated with genes containing isoforms in the subset (to enable correction for confounding factors when testing with isoformSwitchTestDEXSeq()).
subsetSwitchAnalyzeRlist(
switchAnalyzeRlist,
subset
)
switchAnalyzeRlist |
A |
subset |
logical expression indicating which rows in the |
A SwitchAnalyzeRlist only containing information about the isoforms (in their specific comparisons) indicated with TRUE in the .
Kristoffer Vitting-Seerup
Vitting-Seerup et al. The Landscape of Isoform Switches in Human Cancers. Mol. Cancer Res. (2017).
createSwitchAnalyzeRlist
preFilter
data("exampleSwitchList")
subsetSwitchAnalyzeRlist(
switchAnalyzeRlist = exampleSwitchList,
subset = exampleSwitchList$isoformFeatures$gene_overall_mean > 10
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.