-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
35 lines (29 loc) · 724 Bytes
/
_pkgdown.yml
File metadata and controls
35 lines (29 loc) · 724 Bytes
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
url: https://emanuelsoda.github.io/ScreenR/
template:
bootstrap: 5
reference:
- title: Object
desc: Function for the ScreenR Object
contents:
- has_concept("objects")
- title: Computation
desc: Function used to perform computations
contents:
- has_concept("compute")
- title: Find Hit
desc: Function used to find hits
contents:
- has_concept("find")
- title: Further Optimization
desc: Function to further optimize the hit found
contents:
- has_concept("filter")
- title: Plot
desc: Functions used to visualize the data
contents:
- starts_with("plot_")
- has_concept("plot")
- title: Data
desc: Example of data used in the ScreenR pipeline
contents:
- has_concept("data")