-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
82 lines (79 loc) · 2.56 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
project:
type: website
execute-dir: project
render:
- analysis/index.qmd
- analysis/Figure1_BulkTxomeAnalysis.qmd
- analysis/Figure1_TableS1.qmd
- code/Fig1_MetaCoverage.ipynb
- analysis/Figure2_isoFraction.qmd
- analysis/Figure2_novel_exons.qmd
- analysis/Figure2_PlotGene.qmd
- analysis/Figure2_plotNovelGenes.qmd
- analysis/Figure2_NF1Locus.qmd
- analysis/Figure2_PeptideSupport.qmd
- analysis/Figure2_externalSupport.qmd
- analysis/Figure3_IsoformSwitchAnalyzeR.qmd
- analysis/Figure3_DTU_enrichments.qmd
- analysis/Figure3_RBPEnrichments.qmd
- analysis/Figure3_APA.qmd
- analysis/Figure4_combinedNetworks.qmd
- analysis/Figure4_Networks_Enrichments.qmd
- analysis/Figure5_SeuratClustering.qmd
- analysis/Figure5_MarkerGenesFigs.qmd
- analysis/Figure5_TableS5D.qmd
- analysis/Figure5_PseudotimeAnalysis.qmd
- analysis/Figure5_Sankey.qmd
- analysis/Figure6_rareVariant.qmd
- analysis/Figure6_VEPConsequences.qmd
- analysis/Figure6_TrackPlots.qmd
- analysis/FigureS9_cor_plots.qmd
- analysis/FigureS9_GH.qmd
website:
title: "Dev Brain Iso-Seq"
sidebar:
style: "floating"
tools:
- icon: github
href: https://github.com/gandallab/Dev_Brain_IsoSeq
search: false
contents:
- analysis/Figure1_BulkTxomeAnalysis.qmd
- analysis/Figure1_TableS1.qmd
- code/Fig1_MetaCoverage.ipynb
- text: "---"
- analysis/Figure2_isoFraction.qmd
- analysis/Figure2_plotNovelGenes.qmd
- analysis/Figure2_PlotGene.qmd
- analysis/Figure2_novel_exons.qmd
- analysis/Figure2_NF1Locus.qmd
- analysis/Figure2_PeptideSupport.qmd
- analysis/Figure2_externalSupport.qmd
- text: "---"
- analysis/Figure3_IsoformSwitchAnalyzeR.qmd
- analysis/Figure3_DTU_enrichments.qmd
- analysis/Figure3_RBPEnrichments.qmd
- analysis/Figure3_APA.qmd
- text: "---"
- analysis/Figure4_combinedNetworks.qmd
- analysis/Figure4_Networks_Enrichments.qmd
- text: "---"
- analysis/Figure5_SeuratClustering.qmd
- analysis/Figure5_MarkerGenesFigs.qmd
- analysis/Figure5_TableS5D.qmd
- analysis/Figure5_PseudotimeAnalysis.qmd
- analysis/Figure5_Sankey.qmd
- text: "---"
- analysis/Figure6_rareVariant.qmd
- analysis/Figure6_VEPConsequences.qmd
- analysis/Figure6_TrackPlots.qmd
- text: "---"
- analysis/FigureS9_cor_plots.qmd
- analysis/FigureS9_GH.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
execute:
cache: true