Files
ROBITools/man/read.ngsfilter.Rd

22 lines
598 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read.ngsfilter.R
\name{read.ngsfilter}
\alias{read.ngsfilter}
\title{Read an OBITools ngsfilter file}
\usage{
read.ngsfilter(filename, decimal = ".", as.is = !stringsAsFactors,
stringsAsFactors = default.stringsAsFactors())
}
\description{
Reads a ngsfilter file as formatted for the OBITools. For now, needs to be tab delimited till the "F" column.
Any additionnal information needs to be space delimited.
}
\seealso{
\code{\link{import.metabarcoding.data}}
}
\author{
Lucie Zinger
}
\keyword{data}
\keyword{import}