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

efficient onversion back and forth to AnnData #160

Open
JM-Bader opened this issue Mar 31, 2023 · 1 comment
Open

efficient onversion back and forth to AnnData #160

JM-Bader opened this issue Mar 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JM-Bader
Copy link

Proteomics data typically contains Protein intensity across samples (matrix X), with extra variable annotations (var, ie. protein annotation) and observation annotations (obs, ie sample annotations). a very efficient way of storing this in a single object is Anndata objects.

https://anndata.readthedocs.io/en/latest/

I use them alot and would like to efficiently input them into alphapeptstats and out of it (e.g. applying a transformation in alphapeptstats and then exporting it as modified Anndata object)

Note that metadata is already perfectly matched in the AnnData object, both for variables and observations.

Can you make input and output between alphapeptstats and AnnData objects efficient?

@elena-krismer elena-krismer added the enhancement New feature or request label May 15, 2023
@josenimo
Copy link

I really like this idea, voting for visibility 👍

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

3 participants