View source: R/alignment-utils.R View source: R/Amplicon-class.R
totalWidth | R Documentation |
GRanges
objectAdds the width of the intervals in a GRanges
object.
totalWidth(object)
object |
a |
numeric
gr <- GRanges(c("chr1", "chr2"), IRanges(c(11, 11), c(1000, 1000)))
totalWidth(gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.