View source: R/transition.probs.R
generic.trans.probs | R Documentation |
Generic function to provide starting transition probabilities. Not ready for use in this version.
generic.trans.probs(states, snps, chr = c(1:19, "X"), sex = c("M", "F"))
states |
Character vector containing the genotype states coded as letters. |
snps |
Data.frame containing the marker locations. SNP ID, chromosome, Mb anc cM locations in columns 1 through 4, respectively. |
chr |
Character containing the chromosome to use. |
sex |
Character that is either FALSE or M indicating the sex. Only used on x chromosome. |
This function is a placeholder for a more sophisticated algorithm to be developed later. It is an effort to provide a set of starting transition probabilities for mapping populations other than the DO.
A matrix of transition probabilities between genotype states.
This function is still in development.
Daniel Gatti
do.trans.probs
, cc.trans.probs
## Not run: generic.trans.probs(states, snps, chr = 1, sex = "M")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.