filter.by.conservation: Filters columns (sequence positions) by conservation

Description Usage Arguments Value Author(s) Examples

View source: R/DepLogoR.R

Description

Filters columns based on the relative information content of each column which is the standard information content normalized to the interval [0,1], where 0 corresponds to uniform distribution and 1 to perfect conservation of one nucleotide or amino acid, respectively.

Usage

1

Arguments

relative.ic

the maximum relative information content allowed to retain a position

Value

function that, given a DLData object, returns TRUE for every column that does not exceed the specified relative information content

Author(s)

Jan Grau <grau@informatik.uni-halle.de>

Examples

1
fun <- filter.by.conservation(relative.ic = 0.9)

DepLogo documentation built on April 17, 2021, 1:07 a.m.