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

Switch to unified view

a b/man/twoclassedger.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/runDEA.R
3
\name{twoclassedger}
4
\alias{twoclassedger}
5
\title{Run two class comparison}
6
\usage{
7
twoclassedger(
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 edgeR
34
}
35
\description{
36
Two class differential expression analysis using edgeR algorithm.
37
}
38
\details{
39
twoclassedger
40
}
41
\examples{
42
# There is no example and please refer to vignette.
43
}
44
\references{
45
Robinson MD, McCarthy DJ and Smyth GK (2010). edgeR: a Bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics, 26(1):139-140.
46
47
McCarthy DJ, Chen Y, Smyth GK (2012). Differential expression analysis of multifactor RNA-Seq experiments with respect to biological variation. Nucleic Acids Res. 40(10):4288-4297.
48
}
49
\keyword{internal}