Open qiaowei-vvjoe opened 5 years ago
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 rowData
?
@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: DataFrame with 6 rows and 17 columns sc3_gene_filter sc3_2_markers_clusts sc3_2_markers_padj sc3_2_markers_auroc
Why do you have so few genes in your matrix? Are you analysis scRNAseq or qPCR? SC3
performance for anything other than scRNAseq has not been tested at all.
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.
row_data <- rowData(sce) head(rowdata[ , grep("sc3", colnames(row_data))]) But SC3 still gives only 8 markers at most when I tested the raw matrix by changing some parameters. I want to find more markers to find some biology significance in my project.
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 vk6@sanger.ac.uk 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,