-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
57 lines (57 loc) · 1.55 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
destination: docs
navbar:
structure:
left: [home, reference, articles, news]
right: [github]
reference:
- title: "Plotting Functions"
desc: >
Functions used to plot the results of the data analysis
contents:
- plot_gates
- plot_flowstyle
- title: "Functions to handle tree models"
desc: >
Different functions that fit, visualize, output and print
tree based models
contents:
- get_concensus_rules
- print.concensus.rules
- get_cluster_mapping
- fit_ctree
- as.garnett
- cross_validate
- title: "Marker Finding functions"
desc: >
Functions with output consistent with Seurat equivalents, but allow using
other classifiers (such as RangerDE).
contents:
- FindAllMarkers
- FindConservedMarkers
- FindMarkers
- title: "Handle Gene names"
desc: >
Utility functions to find gene names and their common aliases (ie. ITGAX <> CD11c)
contents:
- get_genesymbols
- get_aliases
- is_gene_membrane
- title: "Antibodies"
desc: >
Query antibody vendors for products that match your gene of interest.
contents:
- antibodies
- title: "Datasets"
desc: >
Small versions of sample datasets, they are commonly used to test the
package functionality and have reproducible examples.
contents:
- small_5050_mix
- small_9901_mix
- title: "Utilities"
desc: >
contents:
- as.data.frame.Seurat
- as.frequency.matrix
- autoplot.table
- ranger_importances