nasqar / seuratv3wizard

A web-based interactive (wizard style) application to perform a guided single-cell RNA-seq data analysis and clustering based on Seurat v3
http://nasqar.abudhabi.nyu.edu/SeuratV3Wizard
GNU General Public License v3.0
32 stars 14 forks source link

Bug in file with multiple samples #14

Open mAGLAVE opened 3 years ago

mAGLAVE commented 3 years ago

Capture du 2020-08-17 14-27-13 Capture du 2020-08-17 14-56-24

Hello, When the script uses "read.csv()", it converts "-" to "." in colnames, so when it makes the seurat object it ignores the sample names. So we cannot use multiple samples. Maybe the separation between cell names and sample names should be "_" to solve the problem.