Patch the extract.obiclean function

This commit is contained in:
2019-03-13 23:09:46 +01:00
parent c09e222c58
commit 7a750efaeb
8 changed files with 35 additions and 31 deletions

View File

@@ -4,8 +4,8 @@
\alias{extrapol.freq}
\title{Read frequencies krigging}
\usage{
extrapol.freq(x, min.coord, max.coord, grid.grain = 100, coords, otus.table,
cutoff = 0.001, return.metabarcoding.data = FALSE)
extrapol.freq(x, min.coord, max.coord, grid.grain = 100, coords,
otus.table, cutoff = 0.001, return.metabarcoding.data = FALSE)
}
\arguments{
\item{x}{a vector or matrix from a row-normalized read table

View File

@@ -7,7 +7,8 @@
\title{metabarcoding.data constructor}
\usage{
\S4method{initialize}{metabarcoding.data}(.Object, reads, samples, motus,
taxonomy = NULL, taxid = NULL, sample.margin = NA, layers = list())
taxonomy = NULL, taxid = NULL, sample.margin = NA,
layers = list())
}
\description{
metabarcoding.data constructor

View File

@@ -4,7 +4,8 @@
\alias{m.univariate.test}
\title{Test the significance of the M statistics by Monte-Carlo}
\usage{
m.univariate.test(w, groups, resampling = 100, alternative = "two.sided")
m.univariate.test(w, groups, resampling = 100,
alternative = "two.sided")
}
\arguments{
\item{w}{the weigth matrix indicating the presence probability of each motu

View File

@@ -4,8 +4,8 @@
\alias{map.extrapol.freq}
\title{Maps of krigged log10-transformed frequencies}
\usage{
map.extrapol.freq(x, path = NULL, col.name = NULL, index, cutoff = 0.001,
add.points = NULL, adj = 4)
map.extrapol.freq(x, path = NULL, col.name = NULL, index,
cutoff = 0.001, add.points = NULL, adj = 4)
}
\arguments{
\item{x}{an extrapol.freq output}

View File

@@ -4,8 +4,8 @@
\alias{plot.PCRplate}
\title{Plot PCR plates}
\usage{
\method{plot}{PCRplate}(x, samples = NULL, col = "cyan2", different = T,
...)
\method{plot}{PCRplate}(x, samples = NULL, col = "cyan2",
different = T, ...)
}
\arguments{
\item{x}{a \code{\link{metabarcoding.data}} object}

View File

@@ -6,8 +6,8 @@
\alias{threshold.mask-methods,metabarcoding.data}
\title{Computes a cumulatif thresold mask for filtering read aboundancies.}
\usage{
\S4method{threshold.mask}{metabarcoding.data}(data, MARGIN, threshold = 0.97,
operator = "<")
\S4method{threshold.mask}{metabarcoding.data}(data, MARGIN,
threshold = 0.97, operator = "<")
}
\arguments{
\item{data}{The \code{\linkS4class{metabarcoding.data}} instance