YMa-lab / CARD

GNU General Public License v3.0
94 stars 21 forks source link

CreateCARDObject error #50

Closed chrkuo closed 1 year ago

chrkuo commented 1 year ago

Hi,

Thank you for the# Make CARD object CARD_obj = createCARDObject( sc_count = sc_count, sc_meta = sc_meta, spatial_count = spatial_count, spatial_location = spatial_location, ct.varname = "cellType", ct.select = unique(sc_meta$cellType), sample.varname = "sampleInfo", minCountGene = 100, minCountSpot = 5) wonderful tool - I am creating CARDObject and hit an error upon running the code

## QC on scRNASeq dataset! ... Error in validityMethod(as(object, superClass)) : object 'Csparse_validate' not found

Not sure where the issue is - appreciate for the help.