https://github.com/cran/ASMap
Raw File
Tip revision: 24e5618f878ff5e5caf888d08940cd70bf781e19 authored by Julian Taylor on 09 January 2024, 05:20:05 UTC
version 1.0-7
Tip revision: 24e5618
NAMESPACE
## imports
import(
stats,
qtl,
gtools,
fields,
RColorBrewer,
lattice,
grDevices,
graphics,
stats)

##[exports]
export(
breakCross,
mergeCross,
combineMap,
quickEst,
genClones,
fixClones,
mstmap.cross,
mstmap.data.frame,
mstmap,
heatMap,
pullCross,
pushCross,
subsetCross,
pp.init,
pValue,
statGen,
profileGen,
statMark,
profileMark,
alignCross)

##[S3 Methods]
S3method(mstmap, default)
S3method(mstmap, cross)
S3method(mstmap, data.frame)

##[Dynamic libraries]
useDynLib("ASMap", .registration=TRUE)
back to top