Description Usage Arguments Value Author(s) See Also Examples
Get a new ReadCountSet with specified gene IDs.
1 | subsetByGenes(RCS, genes)
|
RCS |
a ReadCountSet object. |
genes |
a list of gene IDS. |
This function returns a new ReadCountSet object, with changes in slots assayData
, featureData
, featureData_gene
, and permute_NBstat_exon
and permute_NBstat_gene
if they have been calculated.
Xi Wang, xi.wang@newcastle.edu.au
1 2 3 4 5 | data(RCS_example, package="SeqGSEA")
RCS_example
genes <- c("ENSG00000000938", "ENSG00000000005")
RCS_sub <- subsetByGenes(RCS_example, genes)
RCS_sub
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.