Description Usage Arguments Value Author(s)
The Z-score is normalized to ensure centered distribution and similar variance across different GC classes. This is usually not necessary when the quality is comparable across the samples. However if some samples contain experiment-specific biases this approach can reduce false calls.
1 | z.norm(z.df, gc.df, class.size = 5000)
|
z.df |
a data.frame with the Z-scores. |
gc.df |
a data.frame with the GC content. |
class.size |
the number of bins in each GC classes. Default is 5000. |
a vector with the normalized Z-scores.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.