Description Usage Arguments Value Examples
View source: R/getPsiteCoordinates.R
Extract P site coordinates from a bam file to a GRanges object.
1 | getPsiteCoordinates(bamfile, bestpsite, anchor = "5end")
|
bamfile |
A BamFile object. |
bestpsite |
P site postion. See estimatePsite |
anchor |
5end or 3end. Default is 5end. |
A GRanges object with qwidth metadata which indicates the width of reads.
1 2 3 4 5 6 | library(Rsamtools)
bamfilename <- system.file("extdata", "RPF.WT.1.bam",
package="ribosomeProfilingQC")
yieldSize <- 10000000
bamfile <- BamFile(bamfilename, yieldSize = yieldSize)
pc <- getPsiteCoordinates(bamfile, bestpsite=13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.