Description Usage Arguments Value Examples
View source: R/get_layers_values.R
function to get the groups based on the ID of the nodes
1 | get_groups_based_on_gene_ID(data, vec_gene_ids)
|
data |
List of two ffdf objects (format generated by the geNet() function ) |
vec_gene_ids |
vector of genes IDs to which the groups must be matched. Mandatory argument. |
Object of class "dataframe", which reports the groups for the specified genes ID.
1 2 3 4 | ## Not run: get_groups_based_on_gene_ID(data,vec_gene_ids=c("group_200","group_253"))
# Get the groups for the nodes IDs "group_200" and "group_253"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.