forked from caravagnalab/CNAqc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
95 lines (82 loc) · 1.9 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
destination: docs
template:
params:
part_of: evoverse
footer: G. Caravagna, PhD.
url:
caravagnalab.github.io/CNAqc
repo:
url:
home: https://github.com/caravagnalab/CNAqc/
source: https://github.com/caravagnalab/CNAqc
issue: https://github.com/caravagnalab/CNAqc/issues
user: https://github.com/caravagnalab
authors:
Giulio Caravagna:
href: https://www.caravagnalab.org
reference:
- title: Available data
desc: References and datasets included in the package.
contents:
- chr_coordinates_hg19
- chr_coordinates_GRCh38
- gene_coordinates_GRCh38
- DriverDBv3
- example_dataset_CNAqc
- example_PCAWG
- fpr_test
- title: Data processing
desc: Functions to manipulate and visualise the data.
contents:
- annotate_variants
- init
- Mutations
- CNA
- inspect_segment
- get_drivers
- plot_segment_size_distribution
- plot_karyotypes
- plot_data_histogram
- plot_gw_counts
- plot_gw_depth
- plot_gw_vaf
- plot_segments
- plot_multisample_CNA
- plot_icon_CNA
- split_by_chromosome
- subsample
- subset_by_segment_karyotype
- subset_by_segment_totalcn
- subset_by_minimum_CCF
- subset_snvs
- print.cnaqc
- plot.cnaqc
- title: Purity and ploidy QC
desc: Analysis of CNA calls by peak detection.
contents:
- analyze_peaks
- auto_tolerance
- plot_peaks_analysis
- plot_qc
- title: CCF estimation
desc: Computation of Cancer Cell Fractions data.
contents:
- compute_CCF
- CCF
- plot_CCF
- plot_gw_ccf
- title: Smoothing
desc: Analysis and plotting functions to smooth segments.
contents:
- smooth_segments
- plot_smoothing
- title: Overfragmentation detection
desc: Analysis and plotting functions to smooth segments.
contents:
- detect_arm_overfragmentation
- plot_arm_fragmentation
- title: Pipelines
desc: Pipelines implemented with CNAqc.
contents:
- Sequenza_CNAqc
- parse_Battenberg