You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common to want base-level (not run level) coverage from a GRanges object. It could be stored in a GPos, which behaves just like a GRanges, except there is a feature per base. Maybe the function could be named compute_baselevel_coverage()?
The text was updated successfully, but these errors were encountered:
Sorry for taking so long to respond to this - I was keen to use GPos for some other analyses I was doing but found that large genomes were problematic so you couldn't have long-form tables that plyranges expects. I guess your proposed function could throw an error in this case?
It's common to want base-level (not run level) coverage from a GRanges object. It could be stored in a GPos, which behaves just like a GRanges, except there is a feature per base. Maybe the function could be named
compute_baselevel_coverage()
?The text was updated successfully, but these errors were encountered: