EDePasquale / DoubletDecon

A tool for removing doublets from single-cell RNA-seq data
69 stars 19 forks source link

line 27 of Seurat_pre_process #3

Closed drhochbaum closed 4 years ago

drhochbaum commented 6 years ago

I think line 27 of Suerat_Pre_Process is missing a comma? expression=expression[as.character(clusters2$X)]

should be expression=expression[as.character(clusters2$X),] ? Worked on my machine when I made this edit.

alextamburino commented 6 years ago

Hi, can either of you provide guidance on how to format the txt files from Seurat? (code would be even better) I'm trying to run Seurat_Pre_Process and getting several errors along the way. Thanks, Alex