View source: R/mosaicDataTopology.R
mosaicDataTopology | R Documentation |
Generate mosaic data topology network as an igraph object.
mosaicDataTopology(assay_list)
assay_list |
a list of data matrices with rownames (features) specified. |
igraph weighted network with nodes corresponding to
assay_list
elements, and edges present if the matrices share at
least one rowname. Edge weights correspond to the number of shared
rownames among data matrices.
set.seed(2021) assay_list = mockMosaicData() mdt = mosaicDataTopology(assay_list) mdt plot(mdt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.