Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalculateAndPlotGoTermScores() should save the name of the GO term #22

Open
vertesy opened this issue Sep 25, 2024 · 0 comments
Open

CalculateAndPlotGoTermScores() should save the name of the GO term #22

vertesy opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vertesy
Copy link
Collaborator

vertesy commented Sep 25, 2024

  1. CalculateAndPlotGoTermScores() should save a mapping between the name and the numericID of the GO term.
  2. The goal is that you can always look up the name and display it on plots
  3. The Metadata column with the score currently on the save the numeric ID.

Solution ideas

  • either save it in the @misc,
  • or in the name
# GO:0045202 synapse
combined.obj <- gruffi::CalculateAndPlotGoTermScores(GO = "GO:0045202", desc = 'synapse', obj =  combined.obj)

The function itself makes use of the name, but unfortunately, it is impossible to reproduce this plot because the GO's name is not stored:

FeaturePlot Score GO 0045202 synapse

@vertesy vertesy added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant