-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
66 lines (66 loc) · 2.06 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
url: https://oist.github.io/GenomicBreaks
template:
bootstrap: 5
reference:
- title: Plotting functions
desc: Graphical display of pairwise alignments
- contents:
- has_concept("plot functions")
- title: Heatmap Functions
desc: Functions that return a `Heatmap` object from the `heatmaps` package.
- contents:
- has_concept("heatmap functions")
- title: genoPlotR functions
desc: Functions related to the `genoPlotR` package that we use for pair chromosome plots.
- contents:
- has_concept("genoPlotR functions")
- title: Distance functions
desc: Various ways to estimate the similarity between two genomes.
- contents:
- has_concept("Similarity indexes")
- title: Colinearity functions
desc: Functions to analyse colinearity and synteny.
- contents:
- has_concept("Colinearity functions")
- title: Flags and filters
desc: Functions to flag patterns of alignments and filter them.
- contents:
- starts_with("flag")
- starts_with("filter")
- starts_with("show")
- title: Bioconductor API functions
desc: Functions that provide compatibility with GRanges, etc.
- contents:
- has_concept("Bioconductor API functions")
- title: Motifier functions
desc: Functions that take `GBreaks` objects and return them modified.
- contents:
- has_concept("modifier functions")
- title: Reducing functions
desc: Functions that take `GBreaks` objects and return simpler `GRanges` objects.
- contents:
- has_concept("Reducing functions")
- title: Converter functions
- contents:
- has_concept("Converter functions")
- title: Scaffolding functions
desc: Functions to aid trivial scaffolding
- contents:
- has_concept("scaffolding functions")
- title: Other functions
- contents:
- StructuralVariants
- align_scaf_plot_2
- bp_coverage
- feature_coverage
- int_frag
- inv2UCSCData
- isSorted
- leftInversionGaps
- load_genomic_breaks
- makeInversion.chr
- orderQuerySeqLevels
- readMAF
- scaf_align_plot
- tan_bp
- zipWithNext