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

Is it possible to use the data without a biom as input #74

Open
SilasK opened this issue Nov 27, 2023 · 2 comments
Open

Is it possible to use the data without a biom as input #74

SilasK opened this issue Nov 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@SilasK
Copy link

SilasK commented Nov 27, 2023

For the python input it would be great if a simple pandas table or numpy array could be used as input.

@cameronmartino cameronmartino added the enhancement New feature or request label Nov 27, 2023
@cameronmartino
Copy link
Collaborator

Hi @SilasK,

The issue is loading in large sparse tables. We chose biom as a requirement because these tools were developed for microbiome data and loading mostly zeros into memory is a pain. However, I can see the ease of use in the next version or the one after we will consider allow both types as input. At least for the Python API, since the data is already loaded.

@harper357
Copy link

In case you didn't know, Pandas does have a sparse format.

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