| readDatfile | R Documentation | 
Converts dat files in LINKAGE format to dat/map/freq files in MERLIN format
readDatfile(datfile, chrom, comment_string = "<<", write_to = NULL)
| datfile | character. The path to the dat file. | 
| chrom | integer chromosome number (needed to create the MERLIN map). | 
| comment_string | character indicating comments (which are removed before processing). | 
| write_to | a character prefix used for naming the output files, or NULL if no files should be written. | 
If write_to is NULL, a list of data.frames named dat,
map and freq.
# No example given.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.