.snpSharedPos | R Documentation |
Find shared genomic position between two files and return the snp names of the second input file.
.snpSharedPos(inputFile1, inputFile2, outputFile, nCore = 20)
inputFile1 |
the pure text file that has at least three columns: chromosomal location, snp name and base-pair position, with the name c("chr", "rsID", "pos") |
inputFile2 |
the pure text file that has at least three columns: chromosomal location, snp name and base-pair position, with the name c("chr", "rsID", "pos") |
outputFile |
the pure text file return the snp name of the second input file. |
nCore |
the number of cores used for computation. The default is 20. |
The snp name of the second input file which shares the same genomic position with that of the first input file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.