Change the package path

This commit is contained in:
2018-02-20 06:40:29 +11:00
parent 0450ebf427
commit 51f152cca4
48 changed files with 0 additions and 3 deletions

17
R/read.sumatra.R Normal file
View File

@@ -0,0 +1,17 @@
#' @include 02_class_metabarcoding.data.R
NULL
# TODO: Add comment
#
# Author: coissac
###############################################################################
read.sumatra = function(filename) {
data = read.table(filename,sep="\t",header=FALSE)
score = data[,3]
name.first = mapply(min,as.character(s[,1]),as.character(s[,2]))
name.second= mapply(max,as.character(s[,1]),as.character(s[,2]))
sname = as.character(interaction(data[,1],data[,2]))
}