Description Usage Arguments Details Value Author(s) See Also Examples
This function is defunct. Use GenomicFeatures::extractTranscriptSeqs() instead.
Extract transcript sequences from a BSgenome object or an FaFile.
1 2 3 4 5 6 | ## S4 method for signature 'GRangesList,BSgenome'
getTranscriptSeqs(query, subject, ...)
## S4 method for signature 'GRangesList,FaFile'
getTranscriptSeqs(query, subject, ...)
## S4 method for signature 'GRanges,FaFile'
getTranscriptSeqs(query, subject, ...)
|
query |
A GRangesList object containing exons or cds grouped by transcript. |
subject |
A BSgenome object or a FaFile from which the sequences will be taken. |
... |
Additional arguments |
getTranscriptSeqs
is a wrapper for the
extractTranscriptSeqs
and getSeq
functions. The
purpose is to allow sequence extraction from either a
BSgenome or FaFile. Transcript
sequences are extracted based on the boundaries of the feature
provided in the query
(i.e., either exons or cds regions).
A DNAStringSet instance containing the sequences for all transcripts
specified in query
.
Valerie Obenchain
predictCoding extractTranscriptSeqs getSeq
1 | ## See ?extractTranscriptSeqs in the GenomicFeatures package.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.