filter_alnlen: filter_alnlen

View source: R/filter_alnlen.R

filter_alnlenR Documentation

filter_alnlen

Description

This function filters BLAST-like tabular output according to alignment length.

Usage

filter_alnlen(rbh, alnlen = 0, inverse = FALSE)

Arguments

rbh

BLAST-like tabular matrix [mandatory]

alnlen

alignment length [default: 0.0]

inverse

specify if filter should keep the removed values [default: FALSE]

Value

rbh matrix

Author(s)

Kristian K Ullrich

Examples

## load crbh data
data(ath_aly_crbh)
dim(ath_aly_crbh$crbh1)
dim(filter_alnlen(
    rbh=ath_aly_crbh$crbh1,
    alnlen=75))

kullrich/CRBHits documentation built on March 29, 2024, 11:34 a.m.