diplo_get | R Documentation |
Dosage of parental diplotypes
diplo_get(data, marker = NULL, id = NULL)
data |
Variable inheriting from class |
marker |
Name of marker |
id |
Name of individual |
Function can be used to get parental diplotype dosage estimates at a single marker for all individuals (in which case id
should be NULL
) or for a single individual for all markers (in which case marker
should be NULL
)
Matrix of (id or markers) x parental diplotypes
## Not run:
diplo_example = diplo_get(data = diallel_example,
marker = "solcap_snp_c2_25522")
diplo_example = diplo_get(data = diallel_example,
id = "W15263-8R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.