get_cluster_of_int.Rd
get_cluster_of_int
finds the clusters that the features of interest belong.
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.
if (FALSE) { # 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) }