normalizeFragmentData {Basic4Cseq} | R Documentation |
This function provides a simple RPM (reads per million) normalization for near-cis fragment data read counts of a Data4Cseq
object. A form of normalization is especially important for the comparison of samples with a different read count.
normalizeFragmentData(expData)
expData |
Experiment data of class |
Data frame with RPM-normalized data
Carolin Walter
data(liverDataRaw) normalizedFragments<-normalizeFragmentData(liverDataRaw) head(normalizedFragments)