Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Winnie09/imputationBenchmark
benchmark for single-cell RNA-seq imputation methods
https://github.com/Winnie09/imputationBenchmark
Last synced: 3 months ago
JSON representation
benchmark for single-cell RNA-seq imputation methods
- Host: GitHub
- URL: https://github.com/Winnie09/imputationBenchmark
- Owner: Winnie09
- Created: 2019-12-29T16:26:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T14:38:53.000Z (8 months ago)
- Last Synced: 2024-04-24T03:17:06.909Z (7 months ago)
- Language: Jupyter Notebook
- Size: 236 MB
- Stars: 23
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Bioinformatics-Benchmarks - Github
README
# Benchmark for single-cell RNA-seq imputation methods
### Publication
**Hou, W.**, Ji, Z., Ji, H.\* and Hicks, S.C.\*, (2020). *A Systematic Evaluation of Single-cell RNA-sequencing Imputation Methods*.
Genome Biology 21, 218 (2020), doi: 10.1186/s13059-020-02132-x. Links to: [Paper](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-02132-x),
[Code](https://github.com/Winnie09/imputationBenchmark), [Twitter](https://twitter.com/GenomeBiology/status/1298976169484681219).### For the community
**NEWS**
Since we have received many emails requesting processed data or imputed data that was used in this benchmark work (thanks for the interest!), we decided to submit the data as an ExperimentData package to [Bioconductor](https://bioconductor.org/packages/3.12/BiocViews.html#___ExperimentData). We appreciate your patience and will update you as soon as it is released. For now, please feel free to access the following sharing Dropbox folder to get the data used in the codes.
**[sharing Dropbox folder for data](https://www.dropbox.com/sh/w3yg2nucnng5v1u/AAAM8Ym_KU9XF4z51RT81eNEa?dl=0)**. It consists of three subfolders:
* bulkrna: bulk RNA-seq files.
* **processed** (most readers are interested in this folder): the single-cell RNA-seq data we processed and passed into imputation methods. Each subfolder contains multiple files. These are essentially the gene expression matrix for the same data, except that they are in different formats to meet the input requirements of different imputation methods (as mentioned in our manuscript). For example, "genebycell" means the each row represents a gene and each column represents a cell; "norm_" means the gene expression values have been normalized by library size.
* raw: raw data of pbmc and hca bone marrow data.**[sharing Dropbox folder for realDE/result](https://www.dropbox.com/sh/zztcqfnx9nhth4u/AAAx14KLezX6dBEzR9M8aKXZa?dl=0)**. It consists of three subfolders:
* cellbench
* GSE81861
* hca**[sharing Dropbox folder for imputed data](https://www.dropbox.com/sh/3ew63hxl8pxrpdq/AAA0FAk3T2dWkrtGZs-MdSESa?dl=0)** (after processing, log2-scaled library-size-normalized). It consists of these folders:
* 10xcellline
* cellbench
* GSE81861
* hca
* pbmcWe also received many emails from researchers who want to apply
this evaluation pipeline in some projects, or introduce these analyses in courses. If you have questions about the codes location of any analyses, or want to
have a copy of the processed data in this work, please email me at [email protected]. We are more than happy to provide these. We appreicate your interest and patience.