nemo.affinity.graph: NEMO affinity graph

Description Usage Arguments Value Author(s) References

View source: R/getNEMO.R

Description

Constructs a single affinity graph measuring similarity across different omics.

Usage

1
nemo.affinity.graph(raw.data, k = NA, NUM.NEIGHBORS.RATIO = 6)

Arguments

raw.data

A list of the data to be clustered, where each an entry is a matrix of features x samples.

k

The number of neighbors to use for each omic. It can either be a number, a list of numbers or NA. If it is a number, this is the number of neighbors used for all omics. If this is a list, the number of neighbors are taken for each omic from that list. If it is NA, each omic chooses the number of neighbors to be the number of samples divided by NUM.NEIGHBORS.RATIO.

Value

A single matrix measuring similarity between the samples across all omics.

Author(s)

Nimrod Rappoport

References

Rappoport N, Shamir R (2019). NEMO: cancer subtyping by integration of partial multi-omic data. Bioinformatics, 35(18):3348-3356.


xlucpu/MOVICS documentation built on July 24, 2021, 9:23 p.m.