I am currently following the Cicero tutorial at https://cole-trapnell-lab.github.io/cicero-release/docs_m3/, and I am having an issue with converting my data to a cell_data_set object. I only have monocle3 and Cicero packages installed, but when I put my data into the make_atac_cds() function, it generated a CellDataSet object rather than a cell_data_set object, because when I try to use the detect_genes() function it returns the error Error: methods::is(object = cds, class2 = "cell_data_set") is not TRUE
Good day
I am currently following the Cicero tutorial at https://cole-trapnell-lab.github.io/cicero-release/docs_m3/, and I am having an issue with converting my data to a cell_data_set object. I only have monocle3 and Cicero packages installed, but when I put my data into the
make_atac_cds()
function, it generated a CellDataSet object rather than a cell_data_set object, because when I try to use thedetect_genes()
function it returns the errorError: methods::is(object = cds, class2 = "cell_data_set") is not TRUE