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 was trying to run scaden with an adata object (dense matrix) and used a txt file with the samples as columns and genes as rows for the bulk data. However if I try to run scaden process .... I get the Error:
IndexError: arrays used as indices must be of integer (or boolean) type.
This does not really make sense to me as the Bulk data example also uses genes as "Index" and therefore is not using integers. Does someone have an idea how to solve this?
Thank you
The text was updated successfully, but these errors were encountered:
Okay, it's best to create the training data with Scaden as well. Have a look at the scaden simulate function.
Scaden uses the anndata library internally - but it's just the safest way to get the formatting right :)
Hi,
I was trying to run scaden with an adata object (dense matrix) and used a txt file with the samples as columns and genes as rows for the bulk data. However if I try to run scaden process .... I get the Error:
IndexError: arrays used as indices must be of integer (or boolean) type.
This does not really make sense to me as the Bulk data example also uses genes as "Index" and therefore is not using integers. Does someone have an idea how to solve this?
Thank you
The text was updated successfully, but these errors were encountered: