Closed kose-y closed 5 years ago
Merging #35 into master will decrease coverage by
0.32%
. The diff coverage is91.66%
.
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 95.39% 95.06% -0.33%
==========================================
Files 6 6
Lines 434 446 +12
==========================================
+ Hits 414 424 +10
- Misses 20 22 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/SnpArrays.jl | 100% <ø> (ø) |
:arrow_up: |
src/snpdata.jl | 95.5% <91.66%> (-1.9%) |
: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 67941f1...327bced. Read the comment docs.
Added more functionalities for
SnpData
, as follows.src
toSnpData
to keep track of the source plink files for it.show(io::IO, x::SnpData)
, for simpler output for aSnpData
.filter
based onperson_info
andsnp_info
fields ofSnpData
. #24, #29.split_plink
based onfilter
. The previous syntax is unaffected. It can now take aSnpData
as an argument.