Rdocumentation
powered by
Learn R Programming
RNASeqGenie (version 1.0.44)
rpkm: Calculates RPKMs
Description
Calculate RPKMs
Usage
rpkm(count, numBases, totalMappedReads)
Arguments
count
Integer vector specifying number of reads hitting each genomic feature (gene, exon, etc)
numBases
The number of nucleotides in each genomic feature
totalMappedReads
The total number of mapped reads in the experiment
Value
numeric vector of same length as the count and numBases vector
Details
Calculates RPKMs