[494cbf]: / man / twoclasslimma.Rd

Download this file

48 lines (41 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/runDEA.R
\name{twoclasslimma}
\alias{twoclasslimma}
\title{Run two class comparison}
\usage{
twoclasslimma(
moic.res = NULL,
norm.expr = NULL,
prefix = NULL,
overwt = FALSE,
sort.p = TRUE,
verbose = TRUE,
res.path = getwd()
)
}
\arguments{
\item{moic.res}{An object returned by `getMOIC()` with one specified algorithm or `get\%algorithm_name\%` or `getConsensusMOIC()` with a list of multiple algorithms.}
\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.}
\item{prefix}{A string value to indicate the prefix of output file.}
\item{overwt}{A logic value to indicate if to overwrite existing results; FALSE by default.}
\item{sort.p}{A logic value to indicate if to sort adjusted p value for output table; TRUE by default.}
\item{verbose}{A logic value to indicate if to only output id, log2fc, pvalue, and padj; TRUE by default.}
\item{res.path}{A string value to indicate the path for saving the results.}
}
\value{
Several .txt files storing differential expression analysis results by limma
}
\description{
Two class differential expression analysis using limma algorithm.
}
\details{
twoclasslimma
}
\examples{
# There is no example and please refer to vignette.
}
\references{
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.
}
\keyword{internal}