View source: R/TranscriptsRelated.R
getGeneRelatedTranscripts.Gff | R Documentation |
Retrieve all transcripts related to target genes from gtf/gff file
getGeneRelatedTranscripts.Gff(
gff.Path,
gene.vector = NULL,
max.transcript.length = 1500000
)
gff.Path |
Annotation file path or gff GRanges object |
gene.vector |
Target genes |
max.transcript.length |
Transcript start - end, default 1500000 |
plyranges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.