Get a phenotype matrix object.
create_phenotype_matrix(conn, base = NULL, ...)
platform connection structure, create it using platform_connect
Optional name of base set
named arguments passed to get_phenotypes
for populating matrix.
a phenotype matrix object
if (FALSE) {
phenotype_mat <- get_phenotype_matrix()
}