Diff of /man/twoclassdeseq2.Rd [000000] .. [494cbf]

Switch to unified view

a b/man/twoclassdeseq2.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/runDEA.R
3
\name{twoclassdeseq2}
4
\alias{twoclassdeseq2}
5
\title{Run two class comparison}
6
\usage{
7
twoclassdeseq2(
8
  moic.res = NULL,
9
  countsTable = NULL,
10
  prefix = NULL,
11
  overwt = FALSE,
12
  sort.p = TRUE,
13
  verbose = TRUE,
14
  res.path = getwd()
15
)
16
}
17
\arguments{
18
\item{moic.res}{An object returned by `getMOIC()` with one specified algorithm or `get\%algorithm_name\%` or `getConsensusMOIC()` with a list of multiple algorithms.}
19
20
\item{countsTable}{A matrix of RNA-Seq raw count data with rows for genes and columns for samples.}
21
22
\item{prefix}{A string value to indicate the prefix of output file.}
23
24
\item{overwt}{A logic value to indicate if to overwrite existing results; FALSE by default.}
25
26
\item{sort.p}{A logic value to indicate if to sort adjusted p value for output table; TRUE by default.}
27
28
\item{verbose}{A logic value to indicate if to only output id, log2fc, pvalue, and padj; TRUE by default.}
29
30
\item{res.path}{A string value to indicate the path for saving the results.}
31
}
32
\value{
33
Several .txt files storing differential expression analysis results by DESeq2
34
}
35
\description{
36
Two class differential expression analysis using DESeq2 algorithm.
37
}
38
\examples{
39
# There is no example and please refer to vignette.
40
}
41
\references{
42
Love, M.I., Huber, W., Anders, S. (2014) Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biol, 15(12):550-558.
43
}
44
\keyword{internal}