This dataset is a network example with 102 nodes, 4 times and 4 groups.

Format

The format is: chr "network"

Details

A network class object [package "Patterns"] with 6 slots.

Author

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


data(network)
str(network)
#> Formal class 'omics_network' [package "Patterns"] with 6 slots
#>   ..@ omics_network: num [1:102, 1:102] 0 0 0 0 0 ...
#>   ..@ name         : chr [1:102] "210226_at" "233516_s_at" "202081_at" "236719_at" ...
#>   ..@ F            : num [1:4, 1:4, 1:16] 0 0 0 0 0 0 0 0 0 0 ...
#>   ..@ convF        : num [1:16, 1:9] 0.281 0.281 0.281 0.281 0.281 ...
#>   .. ..- attr(*, "dimnames")=List of 2
#>   .. .. ..$ : NULL
#>   .. .. ..$ : chr [1:9] "convF" "cc" "cc" "cc" ...
#>   ..@ convO        : num [1:9] 0.94249 0.00961 0.00386 0.00267 0.00202 ...
#>   ..@ time_pt      : num [1:4] 60 90 210 390
plot(network)