-
Notifications
You must be signed in to change notification settings - Fork 55
/
_pkgdown.yml
121 lines (120 loc) · 3.19 KB
/
_pkgdown.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
url: https://www.borch.dev/uploads/scRepertoire/
Template:
params:
bootswatch: flatly
home:
sidebar:
structure:
- links
- license
- custom
- authors
- dev
components:
custom:
title: Citation
text: '[Citing scRepertoire](https://f1000research.com/articles/9-47)'
navbar:
left:
- text: Getting Started
href: index.html
- text: Install
href: articles/Installation.html
- text: Vignettes
menu:
- text: Loading Data
href: articles/Loading.html
- text: Combining Contigs into Clones
href: articles/Combining_Contigs.html
- text: Additional Processing
href: articles/Processing.html
- text: '-------'
- text: Basic Clonal Analysis
href: articles/Clonal_Visualizations.html
- text: Visualizing Clonal Dynamics
href: articles/Clonal_Dynamics.html
- text: Summarizing Repertoires
href: articles/Repertoire_Summary.html
- text: Clonal Diversity, Rarefaction, and Overlap
href: articles/Clonal_Diversity.html
- text: Clustering Sequences by Edit Distance
href: articles/Clonal_Cluster.html
- text: '-------'
- text: Combining Clones and Single-Cell Objects
href: articles/Attaching_SC.html
- text: Visualizations for Single-Cell Objects
href: articles/SC_Visualizations.html
- text: Quantifying Clonal Bias
href: articles/Clonal_Bias.html
- text: '-------'
- text: Making Deep Learning Models with immApex
href: articles/immApex.html
- text: Combining Deep Learning and TCRs with Trex
href: articles/Trex.html
- text: Combining Deep Learning and BCRs with Ibex
href: articles/Ibex.html
- text: Single-cell Gene Set Enrichment Analysis
href: articles/Running_Escape.html
- text: News/Changelog
href: news/index.html
- text: Reference
href: reference/index.html
- text: FAQ
href: articles/FAQ.html
reference:
- title: Loading and Processing Contigs
desc: Functions that load, combine, and process the single-cell contig information.
- contents:
- addVariable
- combineBCR
- combineTCR
- createHTOContigList
- getContigDoublets
- exportClones
- loadContigs
- subsetClones
- title: Visualizing Clones
desc: Functions plotting clonal data.
- contents:
- clonalAbundance
- clonalCluster
- clonalCompare
- clonalDiversity
- clonalHomeostasis
- clonalLength
- clonalOverlap
- clonalProportion
- clonalQuant
- clonalRarefaction
- clonalScatter
- clonalSizeDistribution
- vizGenes
- title: Summarizing Repertoire
desc: Functions to summarize clonal sequences across the repertoire.
- contents:
- percentAA
- positionalEntropy
- positionalProperty
- percentGenes
- percentKmer
- percentVJ
- title: Single-Cell Object Processing and Visualizations
desc: Functions to add or visualize clonal information along a single-cell object.
- contents:
- alluvialClones
- clonalBias
- clonalNetwork
- clonalOccupy
- clonalOverlay
- combineExpression
- getCirclize
- highlightClones
- StartracDiversity
- title: Data
desc: Reference data for package functions.
- contents:
- contig_list
- mini_contig_list
- scRep_example
deploy:
install_metadata: yes