trans_ADJ: Outputs Adjacency matrix from the factor vector

Description Usage Arguments Value Author(s) Examples

Description

Outputs Adjacency matrix from the factor vector

Usage

1
trans_ADJ(col_data)

Arguments

col_data

A factor vector

Value

adjacency Adjacency matrix of col_data

Author(s)

Haidong Yi, Ayush T. Raman

Examples

1
2
3
batch.factor <- c(rep('human',13),rep('mouse',13))
batch.factor <- as.factor(batch.factor)
adj <- trans_Laplace(batch.factor)

zhanglabNKU/DASC documentation built on May 27, 2019, 1:46 p.m.