filter.by.conservation | R Documentation |
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.
filter.by.conservation(relative.ic)
relative.ic |
the maximum relative information content allowed to retain a position |
function that, given a DLData object, returns TRUE
for every column that does not exceed the specified relative information content
Jan Grau <grau@informatik.uni-halle.de>
fun <- filter.by.conservation(relative.ic = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.