View source: R/tq_visualization.R
get_transcripts | R Documentation |
Retrives transcripts corresponding to a gene or genomic region as a GRanges-class object
get_transcripts(
tq,
gene_name = NULL,
chrom = NULL,
start = NULL,
end = NULL,
strand = NULL
)
tq |
A transcript_quantifier-class object |
gene_name |
Name of your query gene. Only works if gene ids were given to the transcript_quantifier-class object |
chrom |
the chromosome of your query region (single value) |
start |
the start position of your query region (single value) |
end |
the end position of your query region (single value) |
strand |
the strand specificity of your query region (default: ANY) |
a GRanges-class object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.