SC3 icon indicating copy to clipboard operation
SC3 copied to clipboard

A tool for the unsupervised clustering of cells from single cell RNA-Seq experiments

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

**Describe the bug** Please provide a clear and concise description of what the bug is. **To Reproduce** Please provide the exact code that you run and ideally share your dataset...

Hello, I have been looking at https://github.com/hemberg-lab/SC3/issues/83 and decided to rewrite the parallelism to the [BiocParallel](https://bioconductor.org/packages/release/bioc/html/BiocParallel.html) package. The reasons could be reviewed in the first bullet below. I have successfully...

On running sc3 function, this error appears: Error in checkForRemoteErrors(val) : one node produced an error: Error in ED2(data) : Not compatible with requested type: [type=list; target=double]. Code: (sce object...

When I run SC3 package manual, I can't write result to the excel with `sc3_export_results_xls` function ![image](https://user-images.githubusercontent.com/33187981/109424541-f7353900-7a1e-11eb-96e6-0cd9503879d4.png) my session information is below ``` R version 3.6.3 (2020-02-29) Platform: x86_64-w64-mingw32/x64 (64-bit)...

Hi there, In an older version of SC3, when I ran sc3_export_results_xls(), and I would open the "genes" tab in the excel file, and it would have a list of...

Looks like the seed is changed somewhere in the code, so sometimes results cannot be reproduced...

Hello! I tried to use SC3 and this error occured: ```Error in validObject(x) : invalid class “SingleCellExperiment” object: each element of 'reducedDims' must be a matrix-like object with nrow equal...

Hi, I supplied a matrix with dimnames to get_marker_genes, but the returned data.frame is lacking row.names; hence I'm not sure which genes get which values. ``` markers

Hello! I am using SC3 for clustering of pbmc single cell data which was originally a Seurat object converted to SCE. However, I have encountered the following issue... ``` pbmc

Issue was discussed here: ``` https://github.com/hemberg-lab/SC3/issues/53 ``` This is a temp fix. The correlation function ```cor``` and ```ED2``` also need regular matrix as input, and converting the sparse matrix to...