build_topology_subset | R Documentation |
Create an edge list E representing the 'subset' relation for binary strings so that:
(A,B) in E <=> forall(i) : A[i] -> B[i]
build_topology_subset(samples)
samples |
input dataset (mutational matrix) as matrix |
the computed edge list
require(dplyr) preproc <- example_dataset() %>% dataset_preprocessing samples <- preproc[["samples"]] freqs <- preproc[["freqs"]] labels <- preproc[["labels"]] genes <- preproc[["genes"]] build_topology_subset(samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.