SCDC icon indicating copy to clipboard operation
SCDC copied to clipboard

Error with SCDC_ENSEMBLE

Open ljarassier opened this issue 3 years ago • 1 comments

Hi,

I have issue with the SCDC_ENSEMBLE command.

Result <- SCDC_ENSEMBLE(bulk.eset = bulkDataSet, sc.eset.list = scDataSetList, 
	ct.varname = "cellType", sample = "SubjectName", ct.sub = CTlist)

While running this command with one bulk and 3 scRNAseq, I got this error message :

Error in if (sum(abs(prop.wt.new - prop.wt)) < epsilon) { :
  missing value where TRUE/FALSE needed

I kept only genes in all the datasets, CTlist contains the union of all the celltypes detected in the different scRNAseq datasets. Moreover, I performed SCDC_qc() command on all the scRNAseq datasets.

Is there something I do wrong ? Do you need more information ?

Thanks in advance for your help.

ljarassier avatar Oct 07 '21 15:10 ljarassier

Hi @ljarassier , sorry for the late response. According to your description, I think the error occurred because some scRNA-seq datasets do not have certain celltypes. The ENSEMBLE procedure is assuming that the major cell types of interest exist in all reference datasets. Please email [email protected] if you have more questions. Thank you!

meichendong avatar Mar 15 '22 01:03 meichendong