Description Usage Arguments Details Author(s)
Specifying the project folder, function will find the desired result and import it into a R specific data structure.
1 | readColony(proj, comp = c("LC", "LR", "offspring_genotype"))
|
proj |
Character. A full path to the Colony project folder. |
comp |
Character. Result from colony. See Details. |
"LC"
will extract result from *.BestClone
.
"LR"
(not implemented yet) will extract results from *.PairwiseCloneDyad
.
This will be empty if relatedness wasn't calculated.
offspring_genotype
will extract genotype of offspring from OffspringGenotype.txt
of the project.
Roman Lustrik (roman.lustrik@biolitika.si)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.