-
Notifications
You must be signed in to change notification settings - Fork 19
/
_pkgdown.yml
178 lines (175 loc) · 4.85 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
url: https://shixiangwang.github.io/sigminer
home:
title: Mutational Signature Miner in R
template:
boostrap: 5
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
authors:
Shixiang Wang:
href: https://orcid.org/0000-0001-9855-7357
Xue-Song Liu:
href: https://orcid.org/0000-0002-7736-0077
reference:
- title: Data input, classes and operation
desc: Read genomic variation data as an R object and more.
contents:
- read_copynumber
- read_copynumber_seqz
- read_copynumber_ascat
- read_maf
- read_sv_as_rs
- read_vcf
- read_xena_variants
- CopyNumber-class
- MAF-class
- subset.CopyNumber
- title: Core pipeline 1 - de novo signature identification
desc: Identify signatures from genomic variation profile. After reading data, the following functions construct the standard pipeline for most users.
contents:
- sig_tally
- handle_hyper_mutation
- sig_estimate
#- show_sig_number_survey
#- show_sig_number_survey2
- sig_unify_extract
- sig_extract
- sig_auto_extract
- sigprofiler
- bp_attribute_activity
#- bp_cluster_iter_list
#- bp_extract_signatures
#- bp_extract_signatures_iter
#- bp_get_rank_score
#- bp_get_sig_obj
#- bp_get_stats
#- bp_show_survey
#- bp_show_survey2
- title: Core pipeline 2 - signature exposure fitting and optimization
desc: Quantify exposure in at least one sample with reference signatures. It can also be used to optimize signature exposure from pipeline 1 and analyze exposure instability.
contents:
- sig_tally
- handle_hyper_mutation
- get_sig_cancer_type_index
- sig_fit
- sig_fit_bootstrap
- sig_fit_bootstrap_batch
- report_bootstrap_p_value
- title: Signature visualization
desc: Show signature profile and exposure.
contents:
- show_catalogue
- show_sig_profile
- show_sig_profile_loop
- show_sig_profile_heatmap
- show_sig_exposure
- show_cosmic
- show_cosmic_sig_profile
- show_sig_consensusmap
- title: Fit and bootstrap visualization
desc: Show signature fit and bootstrap analysis results.
contents:
- show_sig_fit
- show_sig_bootstrap_exposure
#- show_sig_bootstrap_error
#- show_sig_bootstrap_stability
- title: Output analysis results to local machine
desc: Save results and plots as files. For automatic analysis, please use [sigflow](https://github.com/ShixiangWang/sigminer.workflow).
contents:
- output_tally
- output_sig
- output_fit
- output_bootstrap
- title: Signature object operation
desc: Obtain or modify `Signature` object information.
contents:
- sig_names
#- sig_modify_names
#- sig_number
#- sig_attrs
#- sig_signature
#- sig_exposure
- title: Signature analysis and corresponding visualization
desc: Analyze signatures and output the result to visualization.
contents:
- get_sig_similarity
- get_sig_rec_similarity
- get_sig_exposure
- get_sig_feature_association
- get_tidy_association
- show_cor
- show_sig_feature_corrplot
- show_groups
- get_groups
- get_group_comparison
- show_group_comparison
- group_enrichment
- show_group_enrichment
- group_enrichment2
- show_group_distribution
- show_group_mapping
- enrich_component_strand_bias
- simulation
- get_shannon_diversity_index
- title: Package datasets
desc: Datasets used for signature identification and analysis (some stored in `extdata/`).
contents:
- simulated_catalogs
- CN.features
- centromeres.hg19
- centromeres.hg38
- centromeres.T2T
- centromeres.mm10
- centromeres.mm9
- chromsize.hg19
- chromsize.hg38
- chromsize.T2T
- chromsize.mm10
- chromsize.mm9
- cytobands.hg19
- cytobands.hg38
- cytobands.T2T
- cytobands.mm10
- cytobands.mm9
- transcript.hg19
- transcript.hg38
- transcript.T2T
- transcript.mm10
- transcript.mm9
- title: Helpers
desc: Helper functions used in the sigminer package.
contents:
- get_sig_db
- sig_convert
- get_genome_annotation
- get_bayesian_result
- get_adj_p
- use_color_style
- add_h_arrow
- add_labels
- cosine
- get_cn_freq_table
- same_size_clustering
- get_intersect_size
- title: Copy number analysis and visualization
desc: Functions for analyzing copy number data and visualization.
contents:
- transform_seg_table
- get_cn_ploidy
- get_Aneuploidy_score
- get_pLOH_score
- scoring
- show_cn_profile
- show_cn_circos
- show_cn_group_profile
- show_cn_freq_circos
- show_cn_distribution
- show_cn_features
- show_cn_components
- title: Extra documentation
desc: Extra function and introduction.
contents:
- hello
- sigminer