-
Notifications
You must be signed in to change notification settings - Fork 55
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
error running sc3_plot_de_genes #88
Comments
looks like you probably don't have any DE or marker genes, could you check by running the interactive session? or by checking corresponding columns in the |
@wikiselev Hi,thanks for your reply.It is my first time to issue on github so some worries about no reply.Sorry for that and I promise no more next time. Then as for the interactive Shiny session there were only 1/2/3 DE/marker genes when change some parameters and the rowData are as following: So my doubt is why there are so little DE/marker genes?it is because the input of my matrix? |
Why do you have so few genes in your matrix? Are you analysis scRNAseq or qPCR? |
My input matrix is 444genes37cells and it is the scRNAseq data.The gene of the matrix is choosed from the raw matrix which is 21004genes37cells.And the rowData has showed to you is just the head of rowdata which I forgot to paste the code in the previous issue.
|
Well, then with such a small number of cells, most probably you just don't have any DE or marker genes. Could you share the data and your script with me on [email protected] so that I can quickly check? |
@wikiselev Hi,I have sent email to you on Feb,25.Thank you so much in advance. |
Hi, sorry for the delay, it's been two busy weeks so far and still going. I will try to look at your data next week. |
@wikiselev OK,np.Thanks. |
Hello,
When I try to run
sc3_plot_de_genes(sce, k = 4)
, it gives the following errorand also in the following function
sc3_plot_markers(sce, k = 4)
,it gives the following errorbut other function
sc3_plot_expression(sce, k = 4),sc3_plot_consensus(sce, k = 4)
seems worked,Could you please give me some advice about how to fix it? I am looking for the marker genes.
Thanks in advance,
The text was updated successfully, but these errors were encountered: