plot_signisite_logo: Plot the results of a SigniSite analysis as a sequence logo

Description Usage Arguments Value Examples

View source: R/plot_signisite_logo.R

Description

Plot the results of a SigniSite analysis as a sequence logo

Usage

1

Arguments

z

A matrix of z-scores

Value

A ggplot object

Examples

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

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