Description Usage Arguments Value
This function is for efficient bulk processing. It accesses data in the format in which it is stored, rather than by individual IDs.
1 |
bed |
The "rbed" object to read |
i |
The index of data to read. 4 individuals are stored in each binary object. so i refers to the index of this set, i.e. i=2 gives individuals 5:8. You can give a single value or a vector. It returns fewer entries if you are at the end of the data. |
meanimpute |
default FALSE. If normalise=TRUE, whether to replace missing values with their mean. |
normalise |
default TRUE. Whether to return the raw data or normalise by frequency. |
verbose |
(default TREE) whether to show progress for individual access |
A matrix of data with the additional attribute "idx" referring to the indexes of the returned individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.