This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
forked from akoyabio/phenoptrReports
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
123 lines (118 loc) · 3.63 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
url: http://akoyabio.github.io/phenoptrReports
template:
params:
bootswatch: cerulean
navbar:
type: inverse
title: "phenoptrReports"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Tutorials"
menu:
- text: "Consolidating inForm data"
href: articles/consolidation.html
- text: "Analyzing inForm data"
href: articles/analysis.html
- text: "Visualizing spatial relationships"
href: articles/spatial_map_viewer.html
- text: "Unmixing quality report"
href: articles/unmixing_quality_report.html
- text: "Mean of top 20 / bottom 10 cells report"
href: articles/top_20_bottom_10_report.html
- text: "Staining consistency report"
href: articles/staining_consistency_report.html
- text: "Reference"
href: reference/index.html
right:
- icon: fa-newspaper-o
text: "news"
href: news/index.html
- icon: fa-github fa-lg
text: github
href: https://github.com/akoyabio/phenoptrReports
articles:
- title: Tutorials
contents:
- consolidation
- analysis
- spatial_map_viewer
- unmixing_quality_report
- component_levels_report
- top_20_bottom_10_report
- staining_consistency_report
reference:
- title: RStudio Addins
desc: These functions are added to the RStudio Addins menu. Selecting
one opens a GUI.
contents:
- addin_10_merge
- addin_20_consolidate
- addin_30_analysis_app
- addin_35_spatial_map_viewer
- addin_40_unmixing_quality
- addin_50_component_levels
- addin_60_mean_of_top_and_bottom_cells
- addin_70_staining_consistency_report
- title: Merging and Consolidation
desc: These functions implement the merge and consolidation apps.
contents:
- merge_cell_seg_files
- consolidate_and_summarize_cell_seg_data
- title: Calculations
desc: These functions perform the calculations for an analysis.
contents:
- compute_density_from_cell_summary
- compute_density_from_table
- compute_h_score
- compute_h_score_from_score_data
- compute_mean_expression
- compute_mean_expression_many
- compute_positivity
- compute_positivity_many
- counts_to_percents
- count_phenotypes
- count_within_summary
- nearest_neighbor_summary
- title: Mean of top and bottom cells
desc: These functions implement the Mean of top 20 / bottom 10 cells report
contents:
- mean_of_top_and_bottom_cells_report
- mean_of_top_and_bottom_cells
- write_mean_of_top_and_bottom_charts
- title: Data reporting - HTML
desc: These functions write analysis results to HTML reports.
contents:
- component_levels_report
- staining_consistency_report
- unmixing_quality_report
- write_summary_report
- title: Data reporting - Excel and Word
desc: These functions write analysis results to Excel worksheets
and Word documents.
contents:
- write_counts_sheet
- write_count_within_sheet
- write_density_sheet
- write_expression_sheet
- write_h_score_sheet
- write_nearest_neighbor_summary_sheet
- write_percents_sheet
- write_plot_sheet
- write_sheet
- write_summary_charts
- write_summary_sheet
- title: Helper functions
contents:
- choose_directory
- choose_files
- discrete_colors
- nearest_neighbor_map
- order_by_slide_and_tissue_category
- spatial_map_viewer
- split_phenotypes
- unmixing_quality_report
- upset_plot
- write_session_info
toc:
depth: 4