adjMat-methods: adjMat

Description Usage Arguments Value Examples

Description

This generic is for use on the miRmapper class to generate an adjacency matrix of the interaction network. The matrix has a column for each miRNA and a row for each gene. 0 indicates no interaction, while a 1 indicates an interaction.

Usage

1
2
3
4
adjMat(object)

## S4 method for signature 'miRmapper'
adjMat(object)

Arguments

object

a 'miRmapper' object

Value

a matrix object of the interaction network

Examples

1
adjMat(Object)

Jon-Simpson/miRmapper documentation built on June 9, 2019, 12:42 a.m.