Description Usage Arguments Value
View source: R/functions_utils.R
Ensure that regions in GRanges are compatible wtih seqlengths of bam_file
1 | harmonize_seqlengths(gr, bam_file)
|
gr |
GRanges that possibly extend to invalid start or end values. |
bam_file |
bam_file to retrieve seqlengths info from |
GRanges shifted such that all start at 1 or greater and end prior to chromosome end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.