powered by
Output the phased linkage map files into format readable by TetraploidSNPMap (Hackett et al. 2017) to perform QTL analysis.
write.TSNPM( phased.maplist, outputdir = "TetraploidSNPMap_QTLfiles", filename = "TSNPM", ploidy, verbose = FALSE )
NULL
Phased maps in list format, the output of create_phased_maplist
create_phased_maplist
Directory to which TetraploidSNPMap files are written, by default written to "TetraploidSNPMap_QTLfiles" folder
Character string of filename stem to write the output files to, by default "TSNPM" with linkage groups names appended
The ploidy of the species, currently only 4 is supported by TetraploidSNPMap
Should messages be sent to stdout?
if (FALSE) { data("phased.maplist") write.TSNPM(phased.maplist,ploidy=4)}
Run the code above in your browser using DataLab