signac icon indicating copy to clipboard operation
signac copied to clipboard

VeniceFindMarkers() returning error

Open jctac opened this issue 4 years ago • 1 comments

Hello,

I am trying to run VeniceFindMarkers on a Seurat v3.1.5 integrated object with the default assay as SCT. Below is the line I'm trying to run.

VeniceFindMarkers(object = integrated, assay = "SCT", ident.1 = patient.neur.1, ident.2 = control.neur.1, logfc.threshold = 0)

The above line gives me the following error.

Error in as.character(x = ide5nt.2) %in% colnames(x = data.use) : object 'ide5nt.2' not found

TRACEBACK:

3. as.character(x = iden5nt.2) %in% colnames(x = data.use) 2. GetCellsIndices(data.use, object, ident.1, ident.2) 1. VeniceFindMarkers(object = integrated, assay = "SCT", ident.1 = patient.neur.1, ident.2 = control.neur.1, logfc.threshold = 0)

Can you please suggest a solution? Thank you

jctac avatar Jun 27 '21 23:06 jctac

I just fixed it in #55 , can you re-install the master and check it again?

ptdtan avatar Jun 28 '21 09:06 ptdtan