calculateDistances: calculate distances between given bcr arrays

Description Usage Arguments Details Value See Also Examples

View source: R/BuildIGraph.R

Description

calculateDistances returns the distance of the given arrays.

Usage

1
2
calculateDistances(arrayBcr, distanceMetric = "LD", parameter = -1,
  nthread = -1)

Arguments

arrayBcr

Array of bcrs, should contain only unique values

distanceMetric

Possilble distance metrics ("LD" - Levenshtein Damerau (default), etc.)

parameter

optional parameter depending on the selected distance metric

nthread

the number of threads used to calculate the distance. Caution when using too high number

Details

More Information here.

Value

Distance matrix between first and second BCR array determined by given distance.

See Also

stringdist

Examples

1
#TODO

snaketron/BcellNet documentation built on May 30, 2019, 5:04 a.m.