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

Add gene symbols to rowData #35

Closed
jaclyn-taroni opened this issue Sep 2, 2021 · 0 comments · Fixed by #53
Closed

Add gene symbols to rowData #35

jaclyn-taroni opened this issue Sep 2, 2021 · 0 comments · Fixed by #53
Assignees
Labels
unfiltered Relevant to unfiltered RDS made available to users

Comments

@jaclyn-taroni
Copy link
Member

We had a request to add gene symbols into the SingleCellExperiment. Our initial thoughts on how to do this were:

  • Use the GTF (e.g., don't use AnnotationDbi)
  • The GTF could be passed as a reference file argument to read_alevin() and the identifiers could be put in rowData
  • If the GTF contains other identifiers, such as Entrez IDs, we might consider adding them, too
@jaclyn-taroni jaclyn-taroni added the unfiltered Relevant to unfiltered RDS made available to users label Sep 2, 2021
@jashapiro jashapiro self-assigned this Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unfiltered Relevant to unfiltered RDS made available to users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants