Description Usage Arguments Value See Also
Get markers by sequence.
1 2 3 4 5 | getSeqMarkers(cross.info, sequences = NULL, simplify = FALSE)
## S4 method for signature 'CrossInfo'
getSeqMarkers(cross.info, sequences = NULL,
simplify = FALSE)
|
cross.info |
A |
sequences |
Vector indicating sequences to consider. Sequences may alternatively be specified by a logical vector. If none are specified, results are returned for all sequences. |
simplify |
Simplify list return value to a vector. |
List of character vectors, each containing the marker IDs
corresponding to a given sequence. If option simplify is TRUE,
this is simplified to a vector. Returns NULL if no sequence-marker
information is available.
Other CrossInfo methods: getAlleles,
getCrosstype, getGenotypes,
getMarkerIndices,
getMarkerNames,
getMarkerSeqs, getMarkers,
getNumMarkers,
getNumPhenotypes,
getNumSamples, getNumSeqs,
getPhenotypeIndices,
getPhenotypeNames,
getPhenotypes,
getSampleIndices,
getSampleNames, getSamples,
getSeqIndices, getSeqNames,
getSequences,
getStrainIndices,
getTetradIndices,
hasMarkerSeqs, hasSampleIDs,
hasStrainIndices,
hasTetradIndices, setAlleles,
setCrosstype, setGenotypes,
setMarkerSeqs, setMarkers,
setPhenotypes, setSamples,
setSequences,
setStrainIndices,
setTetradIndices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.