BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

add BigWig.values #458

Closed bicycle1885 closed 7 years ago

bicycle1885 commented 7 years ago

This adds a handy function to get values mapped to a genomic region.

codecov-io commented 7 years ago

Codecov Report

Merging #458 into master will increase coverage by 0.01%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #458      +/-   ##
==========================================
+ Coverage   65.14%   65.16%   +0.01%     
==========================================
  Files         159      159              
  Lines       11314    11325      +11     
==========================================
+ Hits         7371     7380       +9     
- Misses       3943     3945       +2
Impacted Files Coverage Δ
src/intervals/bigwig/overlap.jl 93.75% <ø> (ø) :arrow_up:
src/intervals/bigwig/reader.jl 92.85% <90.9%> (-0.37%) :arrow_down:
src/intervals/interval.jl 90.54% <0%> (-1.36%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf974cd...cc55c8e. Read the comment docs.