-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
118 lines (111 loc) · 2.59 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
url: https://docs.ropensci.org/BaseSet
template:
package: rotemplate
development:
mode: auto
toc:
depth: 3
# News with links to blogposts
news:
releases:
- text: "BaseSet 0.9.0"
href: https://llrs.dev/post/2023/08/23/baseset-0-9-0/
authors:
Lluís Revilla Sancho:
href: https://llrs.dev
reference:
- title: "General"
desc: >
Functions to create a TidySet from other formats
contents:
- '`BaseSet-package`'
- '`tidySet`'
- '`tidy`'
- '`as.data.frame.TidySet`'
- '`as.list.TidySet`'
- '`incidence`'
- title: "R operations"
desc: Functions to use TidySets
contents:
- '`c,TidySet-method`'
- '`extract-TidySet`'
- '`length.TidySet`'
- '`lengths,TidySet-method`'
- '`dimnames.TidySet`'
- '`names.TidySet`'
- '`show,TidySet-method`'
- title: "Set operations"
desc: Functions to perform set operations
contents:
- '`adjacency`'
- '`cartesian`'
- '`cardinality`'
- '`complement`'
- '`complement_element`'
- '`complement_set`'
- '`incidence`'
- '`independent`'
- '`intersection`'
- '`is.fuzzy`'
- '`power_set`'
- '`size`'
- '`subtract`'
- '`union`'
- title: Working with TidySet
desc: ~
contents:
- '`TidySet-class`'
- '`activate`'
- '`add_column`'
- '`add_elements`'
- '`add_relation`'
- '`add_relations`'
- '`add_sets`'
- '`adjacency`'
- '`droplevels.TidySet`'
- '`element_size`'
- '`elements`'
- '`group`'
- '`is_nested`'
- '`nElements`'
- '`nRelations`'
- '`nSets`'
- '`move_to`'
- '`name_elements<-`'
- '`name_elements`'
- '`name_sets<-`'
- '`name_sets`'
- '`remove_column`'
- '`remove_element`'
- '`remove_relation`'
- '`remove_set`'
- '`rename_elements`'
- '`rename_set`'
- '`relations`'
- '`set_size`'
- '`sets`'
- title: "Reading files"
desc: >
Functions to read files in several formats
contents:
- '`getGAF`'
- '`getGMT`'
- '`getOBO`'
- title: "dplyr functions"
desc: ~
contents:
- '`arrange.TidySet`'
- '`filter.TidySet`'
- '`group_by.TidySet`'
- '`mutate.TidySet`'
- '`pull.TidySet`'
- '`select.TidySet`'
- title: "Utiles"
desc: Functions or data to help or show how to work with sets
contents:
- '`naming`'
- '`set_symbols`'
- '`length_set`'
- '`union_probability`'
- '`union_closed`'
- '`multiply_probabilities`'