mia-datasets {miaViz}R Documentation

miaViz example data

Description

These example data objects were prepared to serve as examples. See the details for more information.

Usage

data(col_graph)

data(row_graph)

data(row_graph_order)

Format

An object of class tbl_graph (inherits from igraph) of length 10.

An object of class tbl_graph (inherits from igraph) of length 10.

An object of class tbl_graph (inherits from igraph) of length 10.

Details

For *_graph data:

  1. “Jaccard” distances were calculated via calculateDistance(genus, FUN = vegan::vegdist, method = "jaccard", exprs_values = "relabundance"), either using transposed assay data or not to calculate distances for samples or features.

  2. “Jaccard” dissimilarites were converted to similarities and values above a threshold were used to construct a graph via graph.adjacency(mode = "lower", weighted = TRUE).

  3. The igraph object was converted to tbl_graph via as_tbl_graph from the tidygraph package.


[Package miaViz version 1.1.4 Index]