Skip to contents

An afjacency matrix generated using real dataset and STRINGdb for demonstrating functions in the scGraphVerse package.

Usage

data(adj_truth)

Format

A matrix of dimension 35x35.

Examples

data(adj_truth)
str(adj_truth)
#>  num [1:35, 1:35] 0 1 1 0 0 0 0 1 0 0 ...
#>  - attr(*, "dimnames")=List of 2
#>   ..$ : chr [1:35] "ACTG1" "ARPC2" "ARPC3" "BTF3" ...
#>   ..$ : chr [1:35] "ACTG1" "ARPC2" "ARPC3" "BTF3" ...