Learn R Programming

systemPipeR (version 1.6.2)

returnRPKM: RPKM Normalization

Description

Converts read counts to RPKM normalized values.

Usage

returnRPKM(counts, ranges)

Arguments

counts
Count data frame, e.g. from an RNA-Seq experiment.
ranges
GRangesList object, e.g. generated by exonsBy(txdb, by="gene").

Value

  • data.frame

Examples

Run this code
countDFrpkm <- apply(countDF, 2, function(x) returnRPKM(counts=x, gffsub=eByg))

Run the code above in your browser using DataLab