igraph-class | R Documentation |
S4 Class that extends the Bioconductor SingleCellExperiment class to hold single cell copy number datasets.
CopyKit(
consensus = data.frame(),
phylo = structure(list(), class = "phylo"),
consensusPhylo = structure(list(), class = "phylo"),
distMat = dist(matrix(0, 0, 0)),
graph = igraph::graph.empty(),
...
)
consensus |
A data frame with the consensus information. |
phylo |
A phylo object with a phylogenetic tree. |
consensusPhylo |
A phylo object with a phylogenetic consensus tree. |
graph |
A graph object with a graph made from the umap data. |
A CopyKit class object.
phylo
Stores the single cell phylogenetic information with ape class phylo.
consensusPhylo
Stores the consensus phylogenetic information with ape class phylo.
distMat
Stores a distance matrix object used for graphs and heatmaps.
graph
Stores an igraph object for network based clustering.
consensus
stores a consensus data frame from
calcConsensus.
The Bioconductor SingleCellExperiment Class DOI: 10.18129/B9.bioc.SingleCellExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.