-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
103 lines (98 loc) · 2.44 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
title: ArchR
url: https://greenleaflab.github.io/ArchR_Website/
template:
params:
bootswatch: yeti
ganalytics: UA-158769145-1
docsearch:
api_key: 252c2c36fedc32b3ed803d0db4877b96
index_name: archr
authors:
Jeffrey Granja:
href: https://twitter.com/JeffreyGranja
Ryan Corces:
href: https://twitter.com/doctorcorces
navbar:
left:
- icon: fa-home
href: index.html
- text: Quick Tutorial
icon: fa-graduation-cap
href: articles/Articles/tutorial.html
- text: Full Manual
icon: fa-file-text-o
href: bookdown/index.html
- text: FAQ
icon: fa-question-circle-o
href: articles/Articles/faq.html
- text: Functions
icon: fa-code
href: reference/index.html
right:
- text: ArchR on GitHub
icon: fa-github
href: https://github.com/GreenleafLab/ArchR
toc:
depth: 2
reference:
- title: Arrow file creation
desc: Functions that help create / set up an ArrowFile
contents:
- createArrowFiles
- createGeneAnnnotation
- createGenomeAnnotation
- filterDoublets
- nCells
- reformatFragmentFiles
- title: Add-ers
desc: Functions that add information to ArrowFiles or an ArchRProject
contents:
- starts_with("add")
- title: Get-ers
desc: Functions that get information from ArrowFiles or an ArchRProject
contents:
- starts_with("get")
- title: Manipulating an ArchRProject
desc: Functions for manipulating an ArchRProject
contents:
- ArchRProject
- loadArchRProject
- recoverArchRProject
- saveArchRProject
- subsetArchRProject
- subsetCells
- title: Plotting / aesthetic functions
desc: Functions for plotting in ArchR
contents:
- ArchRBrowser
- ArchRPalettes
- starts_with("gg")
- starts_with("palette")
- starts_with("plot")
- starts_with("theme")
- title: Helper functions
desc: Functions that make things easier
contents:
- '%ni%'
- '%bcin%'
- '%bcni%'
- createLogFile
- findMacs2
- installExtraPackages
- validBSgenome
- title: GRanges manipulation
desc: Functions to manipulate GRanges objects
contents:
- extendGR
- filterChrGR
- nonOverlappingGR
- title: Other ArchR Functions
desc: Functions that didnt fit into one of the above categories
contents:
- confusionMatrix
- correlateMatrices
- correlateTrajectories
- imputeMatrix
- mapLabels
- peakAnnoEnrichment
- projectBulkATAC