View source: R/phenotype_matrix.R
phemat_add_phenotype | R Documentation |
Add a new phenotype to the matrix request.
phemat_add_phenotype(name, phenotype_matrix, missing_value = NA, label = NULL)
name |
Phenotype name |
phenotype_matrix |
A phenotype matrix structure |
missing_value |
The string to substitute for a missing value in the data |
label |
Optional label to apply to the phenotype |
a phenotype matrix object
## Not run: phenotype_mat <- get_phenotype_matrix() phenotype_mat <- phemat_add_phenotype(name="PT1", phenotype_matrix = phenotype_mat) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.