Description Usage Arguments Value Author(s) See Also Examples
These functions allow to create filter objects that can be used to retrieve specific elements from the annotation database.
1 2 3 4 5 | ExperimentFilter(value, condition = "==" )
PublicationFilter(value, condition = "==" )
SpeciesFilter(value, condition = "==", feature="gene" )
SupportTypeFilter(value, condition = "==" )
MirtarbaseIdFilter(value, condition="==")
|
condition |
The condition to be used in the comparison. For character values
|
feature |
For |
value |
The filter value, e.g., for |
Depending on the function called an instance of:
ExperimentFilter
,
PublicationFilter
,
SpeciesFilter
,
SupportTypeFilter
,
MirtarbaseIdFilter
Johannes Rainer
ExperimentFilter
,
PublicationFilter
,
SpeciesFilter
,
SupportTypeFilter
GenenameFilter
1 | ## for examples see examples for Filter classes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.