Description Usage Arguments Value
View source: R/generate_selected_mutation.R
Add phenotypic effects of mutation(s) from pheno_mut_effect
to a given
phenotype pheno_wt
.
1 | add_mut_to_pheno(pheno_mut_effect, pheno_wt)
|
pheno_mut_effect |
A matrix of real numbers. Each row correspond to the phenotypic effects of given mutation in each dimensions (columns). |
pheno_wt |
A vector of real numbers. Phenotypic coordinates of the wild-type.
Its length must be equal to the number of columns of |
A matrix of the same dimensions as pheno_rand_mut_effect
with
each row equal to the sum of pheno_wt
with a row of pheno_rand_mut_effect
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.