Closed wleoncio closed 3 years ago
Implementing this will close issue #12, #13 and #15, which are related to the superseded function greedyMix()
.
load_fasta()
should stay untouched, as it does one thing and it does it well. Other functions will be created to handle VCF, SAM and Genpop files, possibly using the packages suggested above.
Basic tasks
load_fasta()
to work with diploid (VCF, SAM, GENEPOP) dataConsequences
This solution would eliminate the need to fix issues #13 and #15, and would also close #2.
Details
From https://github.com/ocbe-uio/rBAPS/projects/2#card-64016651:
On the different file formats handled by
greedyMix
andload_fasta
Packages to potentially use for handling established data formats
Genepop
From https://github.com/ocbe-uio/rBAPS/projects/2#card-64017129:
VCF, SAM
https://cran.r-project.org/web/packages/vcfR/vignettes/intro_to_vcfR.html