View source: R/get_target_size.R
get_target_size | R Documentation |
Compute total number of loci covered in a BED file
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
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.