Description Usage Arguments Value Examples
get_cluster_of_int
finds the clusters that the features of interest belong.
1 | get_cluster_of_int(all_clusters, hits_filt)
|
all_clusters |
A list of clusters. Generated by |
hits_filt |
A data frame. A filtered data frame of features of interest of the mapped data frame generated by |
Return a data frame with the information of which cluster the features are found and the number of features in those clusters.
1 2 3 4 5 6 7 | ## Not run:
# get all clusters from STRING network using get_clusters method of STRINGdb
all_clusters <- string_db$get_clusters(hits)
get_cluster_of_int(all_clusters, hits_filt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.