-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.Rmd
59 lines (38 loc) · 1.93 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: "Aaron's single-cell thoughts"
---
# Overview
A collection of thoughts related to single-cell data analysis, mostly for RNA sequencing.
# General
Broad thoughts about practices in single-cell data analysis, not specific to my own software.
**Comments:**
- [Quality control](general/quality-control.html)
- [Linearity](general/linearity.html)
- [Transformation](general/transformation.html)
- [Standardization](general/standardization.html)
- [Clustering](general/clustering.html)
- [Cellular detection rate](general/cdr.html)
- [Bootstrapping](general/bootstrapping.html)
- [Visualization](general/visualization.html)
**Links:**
- Effects of log-transformation at https://github.com/LTLA/PseudoCount2018
- Other imputation pitfalls at https://github.com/LTLA/Counterspell2018
# Software
Justifications for some of the programming choices used in my own scRNA-seq data analysis software.
**Comments:**
- [Correlations](software/correlations/corsim.html) (`r BiocStyle::Biocpkg("scran")`)
- [Marker detection](software/marker_detection/comments.html) (`r BiocStyle::Biocpkg("scran")`)
- Doublet detection [by cluster](software/doublet_detection/bycluster.html) or [per cell](software/doublet_detection/bycell.html) (`r BiocStyle::Biocpkg("scran")`)
**Links:**
- Scaling normalization in https://github.com/MarioniLab/FurtherNorm2018
- HVG selection in https://github.com/LTLA/HVGDetection2018
- PC selection in https://github.com/LTLA/PCSelection2018
- MNN correction in https://github.com/MarioniLab/FurtherMNN2018
# Workflow
Justifications for some of the parameter choices and strategies in my scRNA-seq analysis workflows.
**Comments:**
- [Quality control](software/correlations/qc.html) (`r BiocStyle::Biocpkg("simpleSingleCell")`)
- [Cell cycle detection](software/marker_detection/cycling.html) (`r BiocStyle::Biocpkg("simpleSingleCell")`)
# Other
Some collected miscellaneous thoughts:
- [Research integrity](general/integrity.html)