DepLogo (version 1.0)

filter.by.gaps: Filter columns (sequence positions) by gaps

Description

Filter 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

Examples

Run this code
# NOT RUN {
fun <- filter.by.gaps(percent.gap = 0.1)
# }

Run the code above in your browser using DataCamp Workspace