Replaced SAM example

Current one from https://genome.sph.umich.edu/wiki/SAM. Readable by the "VladaMilch/pdProbeRemap" package.
This commit is contained in:
Waldir Leoncio 2021-09-03 12:05:56 +02:00
parent 800bd33376
commit 15f2cbcf08
3 changed files with 1892 additions and 6 deletions

View file

@ -14,7 +14,7 @@ greedyMix <- function(data, format, verbose = TRUE) {
} else if (format == "sam") {
stop("SAM files not yet supported." )
# TODO #18: implement load_sam()
} else if(format == "genepop") {
} else if (format == "genepop") {
# TODO #19: implement load_genepop()
stop("GenePop files not yet supported." )
} else {