scImpute icon indicating copy to clipboard operation
scImpute copied to clipboard

Accurate and robust imputation of scRNA-seq data

Results 19 scImpute issues
Sort by recently updated
recently updated
newest added

```droprate[mucheck & droprate > drop_thre] = 0``` in function imputation_model8, imputation_model.R. I just wonder what is the deeper meaning behind this sentence. Why do you have to check the value...

Hi, I got the following error when running the imputation on a dataset. Could you please advise what's the reason for this error? Thanks. [1] "reading in raw count matrix...

When I try to use scImpute, the `ncores` is useless. It will use all the CPU resources automatically. As far as I know, Windows system has different parallel mechanism with...

Dear developers, Thanks for the great work and sharing. I noticed a typo in the ?scImpute that says: _genelen | An integer vector giving the length of each gene. Order...

I randomly subsampled my counts data for imputing. The labels are known and there are four classes. When I tried 1000 or 1500 cells, it worked well. But when I...

Hello Vivian, I found the output file by scImpute is space delimited rather than tab delimited when I specify `outfile='txt'` My full scimpute call: ```R scimpute(count_path, infile = "txt", outfile...

Greetings, I am running this package on a computing cluster in parallel, and it keeps throwing an error like this one: "worker initialization failed: there is no package called 'penalized."...

Is it possible to provide a version that completely turns off the parallel, or use mclapply instead? The parallelization always throw the following error: Error in serialize(data, node$con) : ignoring...

enhancement

Hi, Since support seems to have been dropped, it seems like a long shot, but any suggestion regarding this error would be much appreciated. Thanks anyone! > [1] "reading in...