Diff of /man/rnaseq_ic.Rd [000000] .. [efa494]

Switch to unified view

a b/man/rnaseq_ic.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/rnaseq.R
3
\name{rnaseq_ic}
4
\alias{rnaseq_ic}
5
\title{Utility for using voom transformation with TMLE for biomarker discovery}
6
\usage{
7
rnaseq_ic(biotmle, weights = TRUE, ...)
8
}
9
\arguments{
10
\item{biotmle}{A \code{bioTMLE} object containing next-generation sequencing
11
count data in its "assays" slot.}
12
13
\item{weights}{A \code{logical} indicating whether to return quality weights
14
of samples in the output object.}
15
16
\item{...}{Other arguments to be passed to \code{\link[limma]{voom}} or
17
\code{\link[limma]{voomWithQualityWeights}} as appropriate.}
18
}
19
\value{
20
\code{EList} object containing voom-transformed expression measures
21
 of count data (actually, the mean-variance trend) in the "E" slot, to be
22
 passed into the biomarker TMLE procedure.
23
}
24
\description{
25
This function prepares next-generation sequencing data (counts) for use with
26
the biomarker TMLE procedure by invoking the voom transform of \code{limma}.
27
}