Description Usage Arguments Value Examples
This helper function retrieves the cDNA sequence of the transcripts used for expression quantification. This function either downloads or loads the transcript sequence from cache, it does not re-order or check against the rows of the SummarizedExperiment (which could be already summarized to genes for example).
1 | retrieveCDNA(se, quiet = FALSE)
|
se |
the SummarizedExperiment |
quiet |
logical, suppress messages |
a DNAStringSet object
1 2 | example(tximeta)
cdna <- retrieveCDNA(se)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.