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

discrepancies in number of rows in counts and cell types expected because of heading? #128

Open
ivichadriana opened this issue Sep 3, 2024 · 0 comments

Comments

@ivichadriana
Copy link

** Hi! I am having trouble processing my data (counts and cell types for training data). I get the following error: **

INFO Datasets: ['pbmc'] bulk_simulator.py:84
INFO Simulating data from pbmc bulk_simulator.py:89
INFO Loading pbmc dataset ... bulk_simulator.py:141
ERROR Different number of cells in pbmc_celltypes and bulk_simulator.py:178
pbmc_counts.txt! Make sure the data has been
processed correctly.
Usage: scaden process [OPTIONS]
Try 'scaden process --help' for help.

** However, my datasets have the right number of cells (rows):**

(base) [[email protected]@login-ci2 evaluation_experiments]$ wc -l /projects/[email protected]/pred_missing_celltypes/data/EXP2/scaden/pbmc_celltypes.txt
5845 /projects/[email protected]/pred_missing_celltypes/data/EXP2/scaden/pbmc_celltypes.txt
(base) [[email protected]@login-ci2 evaluation_experiments]$ wc -l /projects/[email protected]/pred_missing_celltypes/data/EXP2/scaden/pbmc_counts.txt
5844 /projects/[email protected]/pred_missing_celltypes/data/EXP2/scaden/pbmc_counts.txt
(base) [[email protected]@login-ci2 evaluation_experiments]$

** the cell types data has a header, that's why there's one more columns. This file needs to have a header, otherwise I get an error saying there is no header Celltypes found. Could this be an error from scaden's internal processing? Meaning a discrepancy of 1 because of the header between the cell types and counts is expected? Thank you for your help!**

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