jingshuw / SAVERX

R package for transfer learning of single-cell RNA-seq denoising
29 stars 9 forks source link

S4 error #21

Open HIT-ImmunologyLab opened 3 years ago

HIT-ImmunologyLab commented 3 years ago

I excute the command: denoised_rds_file <- saverx(seurat_rds_file,is.large.data = T)

seurat_rds_file is a rds object file, but there was a error: [1] "Use a pretrained model: No" Error in as.vector(data) : no method for coercing this S4 class to a vector

image