Description Usage Arguments Details Value
Retrieve genotype calls and hybridization intensities
1 2 3 |
ids |
vector of sample IDs (names or internal database IDs) |
markers |
character vector of marker names for which calls and intensities will be returned |
chr |
limit to markers on these chromosome(s) |
start |
limit to markers with genomic position >= |
end |
limit to markers with genomic position <= |
raw |
logical; if |
by |
search for samples by unique numeric ID ( |
db |
which database to search: must be one of |
verbose |
logical; if |
Most of our databases are indexed by sample, chromosome, and position but not by marker name: retrieving data for specific markers (as opposed to genomic regions) may be very slow. It is *always* advisable to use numeric sample IDs (guaranteed unique within a database) rather than human-readable names (which may be duplicated).
a data.table
with one row per sample-marker combination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.