Moved used datasets to /isnt/extdata (#25)
This commit is contained in:
parent
bb7eadd2ba
commit
687a6fb671
42 changed files with 44765 additions and 44759 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#' @references Samtools: a suite of programs for interacting
|
||||
#' with high-throughput sequencing data. <http://www.htslib.org/>
|
||||
#' @export
|
||||
#' @examples
|
||||
#' data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
||||
#' greedyMix(data)
|
||||
greedyMix <- function(data, format, verbose = TRUE) {
|
||||
# Parsing data format ------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#' @return A character matrix with filtered SNP data
|
||||
#'
|
||||
#' @examples
|
||||
#' msa <- system.file("ext", "seqs.fa", package = "rBAPS")
|
||||
#' msa <- system.file("extdata", "seqs.fa", package = "rBAPS")
|
||||
#' snp.matrix <- load_fasta(msa)
|
||||
#' @author Gerry Tonkin-Hill, Waldir Leoncio
|
||||
#' @seealso rhierbaps::load_fasta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue