-
Notifications
You must be signed in to change notification settings - Fork 12
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
AttributeError: 'NoneType' object has no attribute 'columns' #66
Comments
It would be better if you got a clearer error message, but you'll need to pass the You also don't appear to have any loaded data:
I would carefully check your input data .tsv file. |
Thanks. That issue is solved but apparently the other issue that you mentioned causes a new error. I have a scRNA-seq expression matrix, a list of TF gene IDs, and a sample metadata that looks like this in notepad: "isTs is1stLast prevCol del.t condName" Then I got this error:
Do you have any idea why this happens? |
I would guess that the expression data is oriented as Genes x Samples. There is a flag if you're providing data where the columns aren't genes.
|
Thanks, it helped. But after completing 5 bootstraps, I got the following IndexError:
Can you please help me with this one too? |
There is an inconsistency between your expression data and the network data which you have provided. I would strongly encourage you to not attempt to run this without prior network knowledge, but if you feel that you absolutely must, use the network flags. |
Hi,
I am trying to test inferelator 3.0 on my scRNA-seq data without priors or gold standard data.
I use the following codes:
But I get this error when I run it:
Can you please help me solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: