rm_ns_positions: Remove positions where no significant association was...

Description Usage Arguments Value Examples

View source: R/rm_ns_positions.R

Description

Remove positions where no significant association was identified

Usage

1
rm_ns_positions(z, alpha = 0.05)

Arguments

z

A matrix of z-scores

Value

A matrix of z-scores, with non-significant positions removed

Examples

1
2
z_mat = get_signisite_zscores(ALIGNMENT$sequence, get_values(ALIGNMENT$fasta_header))
rm_ns_positions(z_mat, alpha = 0.05)

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