Description Usage Arguments Value Author(s) Examples
Outputs Adjacency matrix from the factor vector
1 | trans_ADJ(col_data)
|
col_data |
A factor vector |
adjacency
Adjacency matrix of col_data
Haidong Yi, Ayush T. Raman
1 2 3 | batch.factor <- c(rep('human',13),rep('mouse',13))
batch.factor <- as.factor(batch.factor)
adj <- trans_Laplace(batch.factor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.