Replaced SAM example
Current one from https://genome.sph.umich.edu/wiki/SAM. Readable by the "VladaMilch/pdProbeRemap" package.
This commit is contained in:
parent
800bd33376
commit
15f2cbcf08
3 changed files with 1892 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue