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

cellNexus API refactor #25

Closed
10 tasks done
myushen opened this issue Jan 16, 2025 · 0 comments
Closed
10 tasks done

cellNexus API refactor #25

myushen opened this issue Jan 16, 2025 · 0 comments

Comments

@myushen
Copy link
Collaborator

myushen commented Jan 16, 2025

Metadata:

  • Rename parameters in metadata.R.
  • Modify get_metadata() to merge metadata from any specified path, indicated by local_metadata and cloud_metadata.
  • Format the Atlas_id column in the metadata to include both atlas id and date, like cellxgene/01_01_2025.

Counts:

  • Remove the atlas_id parameter, as it can be derived from metadata.
  • Restructure the counts hierarchy:
    - cellxgene
    - - 01_01_2025
    - - - counts
    - - - cpm
    - - - pseudobulk
    - - - - counts
    - - - - quantile_normalised
    - - - metacell
    - - - - counts
  • Eliminate the grouping_column parameter.
  • Simplify the get_data_container function.

Test:

  • get_metadata() and get_SCE() are able to query both local and cloud metadata.
  • get_metadata() and get_SCE() are able to query only local metadata.
  • get_metadata() and get_SCE() are able to query only cloud metadata.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant