Description Usage Arguments Value Examples
View source: R/correct_z_matrix.R
Correct a matrix of z-scores for multiple testing
1  | correct_z_matrix(z, method = "bonferroni")
 | 
z | 
 A matrix of z-scores  | 
A matrix of corrected z-scores
1 2  | z_mat = get_signisite_zscores(ALIGNMENT$sequence, get_values(ALIGNMENT$fasta_header))
correct_z_matrix(z = z_mat, method = 'bonferroni')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.