normFactor | R Documentation |
This function calculate the relative abundance of samples, in essence accounting for different sequencing depths across different Ribo-seq experiments.
normFactor(x, condition)
x |
A matrix of mapped P-site positions. |
condition |
A vector of indicators. |
A vector of relative abundances.
data(data.binned) x <- data.binned$YDR050C condition <- c(2, 2, 1, 1) normFactor(x, condition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.