Description Usage Arguments Value
View source: R/tq_visualization.R
plot transcripts and masks
1 2 3 4 5 6 7 8 9 10 11 12 |
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) |
bigwig_plus |
the path to a bigwig for reads on the plus strand |
bigwig_minus |
the path to a bigwig for reads on the minus strand |
ymax_bw |
maximum value of y-axis for bw files when plotting |
ymax_abundance |
maximum value of y-axis for abundance when plotting |
plotted tracks of transcripts and masks of your query gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.