View source: R/refseq_CDScoords.R
refseq_CDScoords | R Documentation |
refseq_CDScoords()
Parses a transcript accession (RefSeq format) and extract the CDS coordinates.
The CDS coordinates refer to the mRNA molecule.
Depending on the function, available accessions in refseqR
include RefSeq models with the prefixes XM_ (mRNA), XR_ (non-coding RNA), and XP_ (protein), as well as subsequently curated RefSeq records with NM_, NR_, or NP_ accession prefixes.
refseq_CDScoords(transcript)
transcript |
A character string of the single/multiple transcript id. |
An IRanges
object with the start and end position of the CDS of the
putative mRNAs.
Jose V. Die
refseq_CDSseq
transcript = c("XM_004487701")
refseq_CDScoords(transcript)
transcript = c("XM_004487701", "XM_004488493")
refseq_CDScoords(transcript)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.