GIS-SP-Group / RCA

R package for robust clustering of single cell RNA sequencing data
MIT License
38 stars 24 forks source link

raw.data is not a matrix #12

Open tewengtong opened 9 months ago

tewengtong commented 9 months ago

Hello! I am using RCAv2, I follow the tutorial here: https://github.com/prabhakarlab/RCAv2. I received the error: "Error in t.default(raw.data) : argument is not a matrix" when I run this code: PBMCs <- RCAv2::dataLogNormalise(PBMCs). Do you know how to solve this problem? Thanks!

Core-of-Universe commented 5 months ago

Hello! I got the same proplem, whem running this step: PBMCs<-RCAv2::dataLogNormalise(PBMCs) , an error occur: Error in t.default(raw.data) : argument is not a matrix.