Giotto class to store and operate on feature network
Details
contains feature network information
Slots
name
name of feature network
network_datatable
feature network in data.table format
network_lookup_id
table mapping numeric network ID to unique
feature numerical IDs
full
fully connected network
Examples
featureNetwork()
#> An object of class "featureNetwork"
#> Slot "network_datatable":
#> NULL
#>
#> Slot "network_lookup_id":
#> NULL
#>
#> Slot "full":
#> NULL
#>
#> Slot "name":
#> [1] NA
#>