CDSSet(cds)
data.frame
object contaning CDS annotation. See details for required columns.CDSSet
object.
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 annotatePTC
).
strand
, the strand,
cdsStart
, the genomic start of the coding sequence (beware of 0/1-frame issuses), and
cdsEnd
, the genomic end of the coding sequence (beware of 0/1-frame issuses).
The CDSset
object is required by annotatePTC
for translation of transcripts and premature termination codon annotation.
For an example, see annotatePTC
.