Description Usage Arguments Value Author(s) Examples
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.
1 | normalizeFragmentData(expData)
|
expData |
Experiment data of class |
Data frame with RPM-normalized data
Carolin Walter
1 2 3 | data(liverDataRaw)
normalizedFragments<-normalizeFragmentData(liverDataRaw)
head(normalizedFragments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.