Learn R Programming

comradesOO (version 0.1.1)

getAdjacancyMat: getAdjacancyMat

Description

Makes and adjacency matrix list (for clustering)

Usage

getAdjacancyMat(hybGranges, nucletideOrPerc, cutoff)

Value

A list of Adjacancy matrices

Arguments

hybGranges

list created with hybToGRanges (but just the gap section of the list)

nucletideOrPerc

measure difference by percentage or nucleotides

cutoff

The maximum difference before giving these two gaps 0

Details

Makes and adjacency matrix list (for clustering)