Skip to content

Extract the keywords from simplifyGO #115

Description

@GuiSeSanz

Thanks for creating and maintaining these fantastic tools!
Is there any way to obtain a dataframe or any data structure to relate the clusters, and the words that would be displayed in the heatmap?
`
mat = GO_similarity(all_results$GOID)
a <- simplifyGO(mat,max_words = 30)

`

I would like to have something like:
head(a)
id cluster
1 GO:0002181 1
2 GO:0015980 1
3 GO:0006412 1
4 GO:0006091 1
5 GO:1901566 1
6 GO:0045333 1

and:

cluster keywords
1 process metabolic catabolic ubiquitindependent
2 localization transport establishment nucleus
3 development morphogenesis

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions