filter.by.gaps {DepLogo} | R Documentation |
Filters columns (sequence positions) by gaps
Description
Filters columns (sequence positions) by gaps
Usage
filter.by.gaps(percent.gap)
Arguments
percent.gap |
the maximum fraction of gaps allowed to retain a column |
Value
function that, given a DLData object, returns TRUE
for every column that does not exceed the specified number of gaps
Author(s)
Jan Grau <grau@informatik.uni-halle.de>
Examples
fun <- filter.by.gaps(percent.gap = 0.1)
[Package DepLogo version 1.2.1 Index]