You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** 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):**
** 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!**
The text was updated successfully, but these errors were encountered:
** 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!**
The text was updated successfully, but these errors were encountered: