Description Usage Arguments Value Examples
View source: R/get_target_size.R
Compute total number of loci covered in a BED file
1 | get_target_size(targetbed, Mbp = TRUE)
|
targetbed |
Genomic regions in the BED tab-delimited format. |
Mbp |
Return count as Mbp. default: TRUE |
Mbp covered in the targetbed
1 2 | targetbed <- system.file("extdata", "regions_toy.bed", package = "abemus")
target_size <- get_target_size(targetbed=targetbed, Mbp = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.