-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_pkgdown.yml
86 lines (82 loc) · 1.81 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
home:
title: An R package to enrich your differentially methylated region (DMR) analysis with the tidyverse
description: DMRichR is an executable and R package for the statistical analysis and visualization of differentially methylated regions (DMRs) from CpG count matrices (Bismark cytosine reports).
url: https://ben-laufer.github.io/DMRichR
development:
mode: "release"
template:
bootstrap: 5
reference:
- title: Main function
contents:
- DM.R
- title: Preprocessing
contents:
- processBismark
- title: Annotations
contents:
- annotationDatabases
- annotateRegions
- DMReport
- getCpGs
- getExons
- title: DMR plots
contents:
- plotDMRs2
- smoothPheatmap
- Manhattan
- title: Global methylation
- subtitle: Statistics
contents:
- globalStats
- subtitle: Value extraction
contents:
- CGi
- CpGs
- windows
- subtitle: Plots
contents:
- PCA
- densityPlot
- title: Enrichment testing
- subtitle: Gene ontology
contents:
- GOfuncR
- slimGO
- GOplot
- subtitle: Gene region and CpG
contents:
- DMRichCpG
- DMRichGenic
- DMRichPlot
- DMparseR
- subtitle: Imprinting
contents:
- imprintOverlap
- subtitle: Reference epigenomics
contents:
- chromHMM
- chromHMM_heatmap
- roadmap
- roadmap_heatmap
- subtitle: Transcription factor motifs
contents:
- prepareHOMER
- HOMER
- title: Machine learning
contents:
- methylLearn
- title: Helper functions
contents:
- arrayLift
- dmrList
- extend
- getBackground
- gg_color_hue
- gr2bed
- read_excel_all
- smooth2txt
- title: Package
contents:
- DMRichR
- .onAttach