View source: R/makeHaplotypes.R
haploList | R Documentation |
Function to create objects of class 'haploList'
. Can eiter copy
the attributes of an earlier object of class 'haploList'
or
create a new 'haploList'
object. Function mostly used within
other functions.
haploList(list = NULL,hList = NULL,nDec,genDist,nChrom = 1)
list |
List of objects of class |
hList |
Object of class |
nDec |
Number of decimal positions of new object. |
genDist |
Genome size of new object measured in Morgan. |
nChrom |
Number of chromosomes. |
An object of class 'haploList'
. If list
is not NULL,
object of filled with objects of class 'haplotype'
.
haplotype
,
haploList
hList <- haploList(nDec= 1,genDist = 1) validhaploListObject(hList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.