Description Usage Arguments Value Examples
View source: R/get_layers_values.R
function to get the groups based on the annotation (tooltip column)
1 | get_groups_based_on_annotation(data, select_annotation)
|
data |
List of two ffdf objects (format generated by the geNet() function ) |
select_annotation |
vector of annotation words to match with the groups |
Object of class "vector", which reports the groups selected
1 2 3 4 | ## Not run: get_groups_based_on_tooltip(data,select_tooltip=c("protein","secretion"))
# Get the groups where the annotations words "protein" and "secretion" appear.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.