View source: R/filter_alnlen.R
filter_alnlen | R Documentation |
This function filters BLAST-like tabular output according to alignment length.
filter_alnlen(rbh, alnlen = 0, inverse = FALSE)
rbh |
BLAST-like tabular matrix [mandatory] |
alnlen |
alignment length [default: 0.0] |
inverse |
specify if filter should keep the removed values [default: FALSE] |
rbh matrix
Kristian K Ullrich
## load crbh data
data(ath_aly_crbh)
dim(ath_aly_crbh$crbh1)
dim(filter_alnlen(
rbh=ath_aly_crbh$crbh1,
alnlen=75))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.