I am trying to replicate the results on your vignette section but am struggling to find qc.3cl$sc.eset.qc
I was wondering if you could help me with this? I could not find sc.eset.qc as a variable within the qc.3cl dataset.
qc.3cl_2$sc.eset.qc
NULL
The error that I receive is outlined below:
sc3cl.basis <- SCDC_basis_ONE(qc.3cl$sc.eset.qc, ct.varname = qc.3cl$md_cluster, sample =qc.3cl$orig.ident)
Error in unique(x@phenoData@data[, ct.varname]) :
trying to get slot "phenoData" from an object of a basic class ("NULL") with no slots
Hi @sistia01 ,
Sorry for the late response.
For the error, please replace the "qc.3cl$sc.eset.qc" with "qc.3cl" in the function.
Please email meichen@live.unc.edu if you have further questions.
Hello,
I am trying to replicate the results on your vignette section but am struggling to find qc.3cl$sc.eset.qc
I was wondering if you could help me with this? I could not find sc.eset.qc as a variable within the qc.3cl dataset.
The error that I receive is outlined below:
Thanks for your time!