Description Usage Arguments Value Examples
View source: R/AlignmentPlots.R
This method will plot a histogram of mapping identities
1 2 | plotAlignmentIdentity(bamFile, flag = 'Primary', lower = 0.7,
upper = 1, segments = 50)
|
bamFile |
is the path to the bamFile to plot |
flag |
is the flagged sequence type to plot [Primary] |
lower |
lower limit for plotting values |
upper |
upper limit for plotting values |
segments |
number of segments to split data into |
a ggplot2 object
1 2 3 4 5 | demoBam <- system.file("extdata",
"cas9_FAK76554.bam",
package = "nanopoRe")
bamSummary <- bamSummarise(demoBam, blockSize=1000L)
plotAlignmentIdentity()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.