Description Usage Arguments Value Examples
View source: R/get_layers_values.R
function to get the gene IDs based on the annotation (tooltip column)
1 | get_gene_ID_based_on_tooltip(data, vec_tooltip)
|
data |
List of two ffdf objects (format generated by the geNet() function ) |
vec_tooltip |
vector of annotation to match with the gene IDs. Mandatory argument. |
Object of class "dataframe", which reports the genes ID for the specified annotation keywords.
1 2 3 4 | ## Not run: get_gene_ID_based_on_tooltip(data,vec_tooltip=c("protein","secretion"))
# Get the nodes IDs whose annotation reports the word "protein" and "secretion"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.