This dataset is a cascade network example with 53 nodes, 4 times and 2 groups.
The format is: chr "network2gp"
A network class object [package "Patterns"] with 6 slots.
data(network2gp)
str(network2gp)
#> Formal class 'omics_network' [package "Patterns"] with 6 slots
#> ..@ omics_network: num [1:53, 1:53] 0 -0.0169 0 0 0 ...
#> ..@ name : chr [1:53] "210226_at" "233516_s_at" "202081_at" "236719_at" ...
#> ..@ F : num [1:4, 1:4, 1:4] 0 0 0 0 0 0 0 0 0 0 ...
#> ..@ convF : num [1:4, 1:12] 0.188 0.188 0.188 0.188 NaN ...
#> .. ..- attr(*, "dimnames")=List of 2
#> .. .. ..$ : NULL
#> .. .. ..$ : chr [1:12] "convF" "cc" "cc" "cc" ...
#> ..@ convO : num [1:12] 1.38461 0.01744 0.00556 0.00402 0.00274 ...
#> ..@ time_pt : num [1:4] 60 90 210 390
plot(network2gp)