Description Usage Arguments Details See Also
Write map to an output HDF5 file.
1 | writeMapHDF5(map, outfile, name = NULL, overwrite = FALSE)
|
map |
An R/qtl |
outfile |
An output HDF5 file. |
name |
Map name. |
overwrite |
Option indicating whether to force overwrite of an existing map. By default, existing maps cannot be overwritten. |
An R/qtl map object is written to the 'Maps'
group at the root of the given HDF5 file. If no map name is specified, a
default will be assigned based on whether it is a genetic or physical map.
Other HDF5 functions: readCrossHDF5,
readMapHDF5, readResultHDF5,
readResultsOverviewHDF5,
writeCrossHDF5,
writeResultHDF5,
writeResultsOverviewHDF5
Other map utility functions: as.data.frame.mapframe,
as.data.frame.map,
as.mapframe, as.map,
extractMarkers,
extractPseudomarkers,
findFlanking, findLoci,
findMarkers, getMapSteps,
getMapUnit, gmapframe,
hasMapCSV, inMapOrder,
inferMapStep, mapframe,
mapsEqual, orderMap,
readMapCSV, readMapHDF5,
readMapframeCSV, setMapUnit,
writeMapCSV, writeMapframeCSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.