-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
94 lines (94 loc) · 1.8 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
template:
params:
bootswatch: spacelab
reference:
- title: "BED input functions"
- contents:
- read_beds
- read_index
- read_bed_by_index
- read_hdf5_data
- read_mem_data
- subset_ref_cpgs
- get_sample_name
- parse_source_idx
- get_source_idx
- title: "Base object and data"
- contents:
- scMethrix-class
- scMethrix_data
- subtitle: "Object getters"
- contents:
- is_h5
- has_cov
- title: "scMethrix base operations"
- subtitle: "Save/load and conversion"
- contents:
- save_HDF5_scMethrix
- load_HDF5_scMethrix
- convert_HDF5_scMethrix
- convert_scMethrix
- convert_to_methrix
- export_bed
- subtitle: "Assay retrieval"
- contents:
- remove_assay
- get_matrix
- subtitle: "Operations"
- contents:
- merge_scMethrix
- subset_scMethrix
- mask_by_sample
- mask_by_coverage
- mask_by_variance
- remove_uncovered
- subtitle: "Statistics"
- contents:
- get_stats
- get_region_summary
- get_metadata_stats
- title: "scMethrix transformations"
- subtitle: "Assay transform"
- contents:
- transform_assay
- bin_scMethrix
- binarize
- subtitle: "Imputation"
- contents:
- impute_by_melissa
- impute_regions
- generate_training_set
- generate_random_subset
- subtitle: "Dimensionality Reduction"
- contents:
- dim_red_scMethrix
- reduce_cpgs
- subtitle: "Clustering"
- contents:
- get_distance_matrix
- cluster_scMethrix
- title: "Plotting"
- contents:
- prepare_plot_data
- plot_violin
- plot_density
- plot_coverage
- plot_sparsity
- plot_stats
- plot_dim_red
- get_palette
- get_shape
- benchmark_imputation
- scMethrix_theme
- title: "Misc functions"
- subtitle: "GRanges/List"
- contents:
- bin_granges
- cast_granges
- split_granges
- split_vector
- subtitle: "Timer"
- contents:
- start_time
- split_time
- stop_time