Commit the man pages and make aggregate public again
This commit is contained in:
37
man/read-methods.Rd
Normal file
37
man/read-methods.Rd
Normal file
@@ -0,0 +1,37 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/02_class_metabarcoding.data.R
|
||||
\docType{methods}
|
||||
\name{reads,metabarcoding.data-method}
|
||||
\alias{reads,metabarcoding.data-method}
|
||||
\alias{read-methods,metabarcoding.data}
|
||||
\title{Extracts the matrix describing MOTUs abondances}
|
||||
\usage{
|
||||
\S4method{reads}{metabarcoding.data}(obj)
|
||||
}
|
||||
\arguments{
|
||||
\item{obj}{a \code{\link{metabarcoding.data}} instance}
|
||||
}
|
||||
\value{
|
||||
a matrix containing data about reads
|
||||
}
|
||||
\description{
|
||||
Extract the the matrix describing MOTUs abondances (read counts)
|
||||
from a \code{\link{metabarcoding.data}} instance.
|
||||
}
|
||||
\examples{
|
||||
# load termite data set from the ROBITools sample data
|
||||
data(termes)
|
||||
|
||||
# Extract the matrix describing MOTUs abondances
|
||||
d = reads(termes)
|
||||
|
||||
head(d)
|
||||
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{metabarcoding.data}},
|
||||
\code{\link{motus}}, \code{\link{samples}}
|
||||
}
|
||||
\author{
|
||||
Eric Coissac
|
||||
}
|
Reference in New Issue
Block a user