filter_hmmer | R Documentation |
Filter dataframe depending on a column and a threshold.
filter_hmmer(data, threshold = 5e-04, by = "hits.evalue")
data |
Dataframe which is going to be filtered. |
threshold |
Value used to filter the dataset. |
by |
Column which we are going to use to filter the dataset. |
A DataFrame filtered.
data(phmmer_2abl) filter_hmmer( data = phmmer_2abl, threshold = 0.0005, by = "hits.evalue" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.