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

Limitations on the number of samples. #20

Open
kasperdanielhansen opened this issue Mar 11, 2016 · 1 comment
Open

Limitations on the number of samples. #20

kasperdanielhansen opened this issue Mar 11, 2016 · 1 comment

Comments

@kasperdanielhansen
Copy link
Contributor

Currently we have a limitation on the number of samples supported by bsseq, based on R limitations on the size of a matrix. This translates into ~85 samples with 26M CpGs. We need to address this.

@kasperdanielhansen
Copy link
Contributor Author

Possible solution 1: If R supports long vectors in matrices, we are good.
Possible solution 2a: Invent a new class which is essentially a data.frame-matrix, ie. a list of equally long vectors with the same storage mode. And then implement matrixStats on this.
Possible solution 2b: Store methylation as a list (per chromosome) of matrices and not a single big matrix.
Possible solution 3. Use on disk storage and use data representation which prevents loading everything into memory.

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