signisite_zmat: Run the SigniSite workflow

Description Usage Arguments Value Examples

View source: R/signisite_zmat.R

Description

Run the SigniSite workflow

Usage

1
signisite_zmat(file, method = "bonferroni", alpha = 0.05)

Arguments

file

A multiple sequence alignment in FASTA format

method

method for correcting for multiple testing, one of c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none"), see ?p.adjust for more. Default: bonferroni

alpha

the level of significance. Default: 0.05

Value

A matrix of SigniSite z-scores, corrected for multiple testing and truncated to significant positions

Examples

1
signisite_zmat(file = 'path/to/my/msa_file.fsa')

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