|
markers <- pbmcapply::pbmclapply(setdiff(cellTypes_level_1,cellType), run_limma, mc.cores=coreNo) |
I think this step is hanging at reference generation at "Endothelial Cells" when I use my custom reference. I am not sure why! Please help.
I have attached the relevant objects in the Dropbox link below:
https://www.dropbox.com/scl/fo/erizsk0pighy3cbv32q7p/AENZqTpFtZA_sNpchJsvs0s?rlkey=4jyd8bimmcudrgseee1hyfu4l&dl=0
And the code I ran is:
SpaCET_obj <- SpaCET.deconvolution.matched.scRNAseq(
SpaCET_obj,
sc_counts=sc_counts,
sc_annotation=sc_annotation,
sc_lineageTree=sc_lineageTree,
sc_includeMalignant = TRUE,
coreNo = 8,
sc_nCellEachLineage = 100,
sc_downsampling = TRUE # make sure to downsample tha data beforehand!
)
Thanks!
Ahwan
SpaCET/R/extensions.R
Line 496 in 0199d93
I think this step is hanging at reference generation at "Endothelial Cells" when I use my custom reference. I am not sure why! Please help.
I have attached the relevant objects in the Dropbox link below:
https://www.dropbox.com/scl/fo/erizsk0pighy3cbv32q7p/AENZqTpFtZA_sNpchJsvs0s?rlkey=4jyd8bimmcudrgseee1hyfu4l&dl=0
And the code I ran is:
Thanks!
Ahwan