Description Usage Arguments Details Value Author(s) References
A container for coding sequence annotation information.
1 | CDSSet(cds)
|
cds |
A |
This object can be generated automatically from getCDS
, or can be be generated manually by creating a new CDSSet from a data.frame with the following columns:
chrom
, the chromosome name (NB: chromosome names must match when running analyzeORF
).
strand
, the strand,
cdsStart
, the genomic start of the coding sequence (beware of 0/1-frame issues), and
cdsEnd
, the genomic end of the coding sequence (beware of 0/1-frame issues).
The CDSset
object is used with analyzeORF
if annotated TSS should be analyzed.
For an example, see getCDS
.
A CDSSet
object.
Kristoffer Vitting-Seerup, Johannes Waage
Vitting-Seerup K, et al: spliceR: an R package for classification of alternative splicing and prediction of coding potential from RNA-seq data. BMC Bioinformatics 2014, 15:81.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.