View source: R/geneAnnotationPlot.R
geneAnnotationPlot | R Documentation |
Plot read coverage and location of gene annotations that match the keywords and search criteria for contig/chunk currently being assessed
geneAnnotationPlot(
geneAnnotSubset,
keywords,
pileupSubset,
colIdx,
startbpRange,
endbpRange,
elevRatio,
pattern,
windowSize,
chunkSize,
mode
)
geneAnnotSubset |
Subset of gene annotations to be plotted |
keywords |
The key-word(s) used for the search. |
pileupSubset |
A subset of the pileup associated with the contig/chunk being assessed |
colIdx |
The column index 'gene' or 'product' column |
startbpRange |
The basepair at which the search is started if a 'specific' search is used |
endbpRange |
The basepair at which the search is ended if a 'specific' search is used |
elevRatio |
The maximum/minimum values of the pattern-match |
pattern |
The pattern-match information associated with the contig/chunk being assessed |
windowSize |
The number of basepairs to average read coverage values over. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.