CamHack17

2017-09-27

Single-cell RNA-Seq cell type prediction

R package to predict the cell types of new single-cell RNA-Seq samples based on past collection of annotated gold-standard single-cell RNA-Seq experiments:

Future direction:

  • Incorporate more advanced methods such as deep learning
  • Show prediction accuracy using e.g. MAP scores
  • Cell type ontology-aware predictions

Automatic P-value thresholding

In Bioinformatics, we do multiple hypothesis testing a lot, e.g. in GWAS and differential expression analysis. This introduces many false positives and currently, we perform a multiple-testing correction and choose an arbitrary threshold to limit them. But, this manual thresholding is sub-optimal and your significant results may unnecessarily include too many false positives or exclude too many true positives. An R package will be implemented for an automatic and data-driven alternative to finding an optimal P-value threshold.