DEsingle differential-expression analysis
1
0
Entering edit mode
Lucy ▴ 60
@lucy-17014
Last seen 3 days ago
United Kingdom

Hi,

I am running DEsingle (https://pubmed.ncbi.nlm.nih.gov/29688277-desingle-for-detecting-three-types-of-differential-expression-in-single-cell-rna-seq-data/) to compare two clusters of cells identified by Smart-seq2 scRNA-sequencing. I have filtered the genes before running DEsingle to retain only genes expressed in at least 10% of cells from one of the two clusters (5379 genes retained). DEsingle outputs the results but I get the following warning message. How concerned should I be about this message and should I trust the results?

Warning message: In MLE(ll3, start = listeta.mu = eta.mu, eta.sigma = eta.sigma, : possible convergence problem: optim gave code=1 function evaluation limit reached without convergence (9)

My code is as follows (sce is a SingleCellExperiment object):

DEsingle_genes <- DEsingle(counts(sce), group = clusters)

Many thanks,

Lucy

DEsingle RNA-seq differential-expression analysis • 977 views
ADD COMMENT
1
Entering edit mode

Originally posted on Biostars: https://www.biostars.org/p/409336/

ADD REPLY
0
Entering edit mode

Hi, Lucy,

Sorry to see this and reply late. Due to the complexity of ZINB model, for some specific data the parameters estimation could not reach the highest precision in R and thus will show the warning message. While it is the best ZINB parameters estimation results we could get now, and the precision is OK to use for the hypothesis test and DE genes detection. So it is OK to use the results.

Best, Zhun

ADD REPLY
1
Entering edit mode
miaoz13 ▴ 10
@miaoz13-15010
Last seen 17 months ago
Hong Kong

Hi, Lucy,

Sorry to see this and reply late. Due to the complexity of ZINB model, for some specific data the parameters estimation could not reach the highest precision in R and thus will show the warning message. While it is the best ZINB parameters estimation results we could get now, and the precision is OK to use for the hypothesis test and DE genes detection. So it is OK to use the results.

Best, Zhun

ADD COMMENT
0
Entering edit mode

That's great - thanks for the explanation Zhun.

ADD REPLY

Login before adding your answer.

Traffic: 659 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6