correct_z_matrix: Correct a matrix of z-scores for multiple testing

Description Usage Arguments Value Examples

View source: R/correct_z_matrix.R

Description

Correct a matrix of z-scores for multiple testing

Usage

1
correct_z_matrix(z, method = "bonferroni")

Arguments

z

A matrix of z-scores

Value

A matrix of corrected z-scores

Examples

1
2
z_mat = get_signisite_zscores(ALIGNMENT$sequence, get_values(ALIGNMENT$fasta_header))
correct_z_matrix(z = z_mat, method = 'bonferroni')

leonjessen/SigniSite documentation built on May 2, 2020, 6:31 a.m.