powered by
Performs pairwise similarity analysis on genotypic data.
similarityMatrix( file = NA, mibs.file = NA, pairs.file = NA, ped.file = NA, group = NA, plots = TRUE, similarity = 0.85, verbose = TRUE, verbosity = 1 )
Does not return a value. Creates output files in the same directory as the input files.
Input file path. Default: NA.
MIBS input file path. Default: NA.
PAIRS input file path. Default: NA.
PED input file path. Default: NA.
Sample identifier for statistics. Default: NA.
Should plots be created? Default: TRUE.
Similarity threshold. Default: 0.85.
Should output be verbose? Default: TRUE.
Verbosity level. Default: 1.
Reads genotype data, performs pairwise similarity calculations, generates plots, and outputs data for further analysis.
if (FALSE) { similarityMatrix(file = file.path(outdir, "example_data.csv.GOOD")) }
Run the code above in your browser using DataLab