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

Switch to unified view

a b/man/twoclasslimma.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/runDEA.R
3
\name{twoclasslimma}
4
\alias{twoclasslimma}
5
\title{Run two class comparison}
6
\usage{
7
twoclasslimma(
8
  moic.res = NULL,
9
  norm.expr = 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{norm.expr}{A matrix of normalized expression data with rows for genes and columns for samples; FPKM or TPM without log2 transformation is recommended.}
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 limma
34
}
35
\description{
36
Two class differential expression analysis using limma algorithm.
37
}
38
\details{
39
twoclasslimma
40
}
41
\examples{
42
# There is no example and please refer to vignette.
43
}
44
\references{
45
Ritchie, ME, Phipson, B, Wu, D, Hu, Y, Law, CW, Shi, W, and Smyth, GK (2015). limma powers differential expression analyses for RNA-sequencing and microarray studies. Nucleic Acids Res, 43(7):e47.
46
}
47
\keyword{internal}