-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
154 lines (126 loc) · 4.72 KB
/
_quarto.yml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!src/"
- "clustering_comparison.ipynb"
website:
title: "COTAN Datasets analysis"
sidebar:
background: "#D9E3E4"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: "Datasets"
contents:
- section: "Mouse Cortex Loo 2019"
contents:
- href: Mouse_Cortex_E14.5.qmd
text: "Cleaning and cell clustering"
- href: geneCoexAnalysisDataset1.qmd
text: "Coexpression analaysis"
- section: "Mouse Cortex Yuzwa 2017"
contents:
- href: CorticalCells_GSM2861511_E135-analysis.qmd
text: "E13.5 Cleaning and cell clustering"
- href: geneCoexAnalysisE13.5Yuzwa.qmd
text: "Correlation analysis for E13.5"
- href: CorticalCells_GSM2861514_E175-analysis.qmd
text: "E17.5 Cleaning and cell clustering"
- href: geneCoexAnalysisE17.5Yuzwa.qmd
text: "Correlation analysis for E17.5"
- section: "Mouse Brain LaManno 2021"
contents:
- href: ForebrainDorsal_E135-analysis.qmd
text: "E13.5 Cleaning and cell clustering"
- href: geneCoexAnalysisE13.5MouseBrain.qmd
text: "Correlation analysis for E13.5"
- href: ForebrainDorsal_E150-analysis.qmd
text: "E15.0 Cleaning and cell clustering"
- href: geneCoexAnalysisE15.0MouseBrain.qmd
text: "Correlation analysis for E15.0"
- href: ForebrainDorsal_E175-analysis.qmd
text: "E17.5 Cleaning and cell clustering"
- href: geneCoexAnalysisE17.5MouseBrain.qmd
text: "Correlation analysis for E17.5"
- href: ForebrainLaManno2021ClustersGDI.qmd
text: "Original Clusters GDI evaluation"
- section: "CD14+"
contents:
- href: cd14_analysis.qmd
text: "CD14+ Cleaning and cell clustering"
- section: "PBMC form 10X site"
contents:
- href: PBMC1_filtering.qmd
text: "Cleaning PBMC1"
- href: PBMC2_filtering.qmd
text: "Cleaning PBMC2"
- href: PBMC3_filtering.qmd
text: "Cleaning PBMC3"
- href: PBMC4_filtering.qmd
text: "Cleaning PBMC4"
- section: "Coex score evaluation"
contents:
- href: generalCoexAssess.qmd
- section: "GDI sensitivity"
contents:
- href: OriginalClustersDistanceEvaluation.qmd
text: "Clusters Distance Evaluation"
- href: FindUniformOrigCluster.qmd
text: "Cluster Unifomity and GDI score"
- href: GDI_Increment_From_Mixing.qmd
text: "GDI Increment From Mixing"
- section: "Cluster evaluation"
contents:
- href: NonCT_clusters.qmd
text: "Not UT cluster with LR"
- href: Real_UT_clustersByCotan.qmd
text: "Real UT clusters with LR"
- href: cd14_clusterizations_comparisons.qmd
text: "CD14+ clusterizations"
- href: clustering_comparison.ipynb
text: "PBMCs clustering comparison"
- href: probability_score.qmd
text: "PBMCs probability score"
- section: "DEA evaluation"
contents:
- href: DEA_Type1Er.qmd
text: "Type I error"
- href: geneExpressionAnalysisUniformClusters.qmd
text: "Explorative analysis of gene expression"
- href: FDR_analisys.qmd
text: "FDR analysis - define DE genes"
- section: "FDR and TPR - ROC curves"
contents:
- href: FDR_analisysResults3_10.qmd
text: "Results - thresholds true 3% 10%"
- href: FDR_analisysResults5_20.qmd
text: "Results - thresholds true 5% 20%"
- href: FDR_analisysResults5.qmd
text: "Results - thresholds true 5%"
- href: FDR_analysisResultsLFC.qmd
text: "Results - Log Fold Change"
- section: "Additional code and scripts"
contents:
- href: src/scanpyTypeIError.py
text: "ScamPy Type I Error code"
- href: src/scanpyFDR.py
text: "ScamPy FDR code"
- href: scanpy.ipynb
text: "Example of scanpy clustering and DEA"
- href: scvi-tools.ipynb
text: "Example of ScVI clustering and DEA"
format:
html:
theme: sketchy
fontsize: 1em
css: styles.css
toc: true
editor: visual
execute:
freeze: auto
warning: false