mtdna_test | R Documentation |
Test function for the package
mtdna_test(coverage_file, allele_file, freq_file, path)
coverage_file |
Coverage File |
allele_file |
Allele File |
freq_file |
Frequency File |
path |
Path |
character
## Not run: #Read input data coverage_file <- "coverage.csv" allele_file <- "allele.csv" freq_file <- "freq.csv" coverage <- as.matrix( read.csv(file=coverage_file, sep=",", header=FALSE)) allele <- as.matrix( read.csv(file=allele_file, sep=",", header=FALSE)) freq <- as.matrix( read.csv(file=freq_file, sep=",", header=FALSE)) mtdna_test(coverage_file=coverage, allele_file=allele, freq_file=freq) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.