Description Usage Arguments Value Note Author(s) References Examples
Genetic Distance 1 which includes a lambda parameter
| 1 | call_gd1(intable, gcrit = 5, lambda = 0.05)
 | 
| intable | is the name of the acm table. | 
| gcrit | is the threshold of genetic distance such that two lanes are matching if and only if the genetic distance between them is less than gcrit. Is used to get a list of ids for subjects who have gd distance less than gcrit | 
| lambda | is the minimum number of bands that need to match | 
A matrix with two colums of fingerprint IDs. Each line
represents a match according to gcrit.
Pass the result of this function to and pass this result to
clusters to synthesize the results
Andrea Benedetti andrea.benedetti@mcgill.ca
Sahir Rai Bhatnagar
XiaoFei Zhao
Salamon et. al (1998) Accommodating Error Analysis in Comparison and Clustering of Molecular Fingerprints. Emerging Infectious Diseases Vol. 4, No. 2, April-June 1998
Abasci LLC. JAMES v1.0 User Documentation. 2002.
| 1 2 | #matching by GD1
res_gd1<-call_gd1(res1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.