View source: R/sample_normalization.R
tic_normalization | R Documentation |
given an intensity matrix and vector of total intensities, normalize each column of the intensity matrix by the total intensities. Column names of the matrix and names of the vector should be identical.
tic_normalization(intensity_matrix, tic)
intensity_matrix |
the intensity matrix |
tic |
vector of tic's |
transformed intensity matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.