ComputingSPIADistance: Function 'ComputingSPIADistance' computes SPIA distance...

Description Usage Arguments Value Author(s)

View source: R/ComputingSPIADistance.R

Description

Function ComputingSPIADistance computes SPIA distance between two cell lines.

Usage

1
ComputingSPIADistance(vector1, vector2, defaultDigists = 5, verbose = FALSE)

Arguments

vector1

a vector representing the SNPs of the first cell line

vector2

a vector representing the SNPs of the second cell line

defaultDigists

significative digits (default 5)

verbose

verbose mode

Value

A row with informations of about the distance 1. SPIA distance 2. number of valid calls 3. number of total calls 4. number of calls where one of the two SPNs are not available 5. number of calls where both SNPs are not available 6. number of calls where SNP change from AA,BB to AB or from AB to AA,BB 7. number of calls where SNP change from AA to BB or from BB to AA

Author(s)

Francesca Demichelis <francesca.demichelis@unitn.it>, Davide Prandi <davide.prandi@unitn.it>


SPIAssay documentation built on May 1, 2019, 11:12 p.m.