File: normTransform.Rd

package info (click to toggle)
r-bioc-deseq2 1.30.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: cpp: 413; sh: 14; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper.R
\name{normTransform}
\alias{normTransform}
\title{Normalized counts transformation}
\usage{
normTransform(object, f = log2, pc = 1)
}
\arguments{
\item{object}{a DESeqDataSet object}

\item{f}{a function to apply to normalized counts}

\item{pc}{a pseudocount to add to normalized counts}
}
\description{
A simple function for creating a \code{\link{DESeqTransform}}
object after applying: \code{f(count(dds,normalized=TRUE) + pc)}.
}
\seealso{
\code{\link{varianceStabilizingTransformation}}, \code{\link{rlog}}
}