Description Usage Arguments Methods
These methods take two arguments to filter out search hits. When
applied to an search hit, the method returns a logical indication
whether the hit passes the filtering criteria. When applied to higher
level objects, the method returns an object of the same class, where
all SearchHits
objects that did not pass the filtering have
been removed.
1 | filterHits(object, rank, ionscore)
|
object |
see object types below. |
rank |
integer defining the highest hit rank to be kept, default is 1. |
ionscore |
numeric definig the lowest ion score to be kept, default is 20. |
signature(object = "MSMSpepXML")
an object of class "MSMSpepXML"
signature(object = "SearchHit")
an object of class "SearchHit"
signature(object = "SearchResult")
an object of class "SearchResult"
signature(object = "SpectrumQuery")
an object of class "SpectrumQuery"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.