Pfsa | R Documentation |
Thes three functions, Pfsa, Pfaa, and Pfss use sex chromosome systems and diploid autosome number to calculate the proportion of all fusions that are expected to be sex chromosome autosome fusions (Pfsa), autosome autosome fusions (Pfaa), and sex chromosome sex chromosome fusions (Pfss).
Pfsa(Da, scs, mud)
Pfaa(Da, scs, mud)
Pfss(Da, scs, mud)
Da |
the diploid autosome count |
scs |
a text string describing the sex chromosome system for instance: "XO", "XXO", "XY", "ZO"", or "ZWW" |
mud |
the proportion of fusions that originate in females. |
This approach assumes that all chromosomes have equal probability of being involved in a fusion and that X and Y (or Z and W) chromosomes are not able to fuse. It will provide accurate results for any sex chromosome system that has any number of one sex chromosomes and either zero or one of the other. For instance it will work for XO, XY, XXY, XYYYY, but not for XXYY. It is applicable to both male and female heterogameic systems.
Returns a numeric vector of length 1 which contains the proportion of fusions expected to be of the specified type.
Nathan Anderson and Heath Blackmon
http://coleoguy.github.io/
Pfsa(Da = 26, scs = "XY", mud=0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.