View source: R/filter_rost1999.R
filter_rost1999 | R Documentation |
This function filters BLAST-like tabular output according to equation 2 of Rost 1999.
filter_rost1999(rbh, inverse = FALSE)
rbh |
BLAST-like tabular matrix [mandatory] |
inverse |
specify if filter should keep the removed values [default: FALSE] |
rbh matrix
Kristian K Ullrich
Rost B. (1999). Twilight zone of protein sequence alignments. Protein Engineering, 12(2), 85-94.
## load crbh data
data(ath_aly_crbh)
dim(ath_aly_crbh$crbh1)
dim(filter_rost1999(
rbh=ath_aly_crbh$crbh1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.