Get a phenotype matrix object.

create_phenotype_matrix(conn, base = NULL, ...)

Arguments

conn

platform connection structure, create it using platform_connect

base

Optional name of base set

...

named arguments passed to get_phenotypes for populating matrix.

Value

a phenotype matrix object

Examples

if (FALSE) {
phenotype_mat <- get_phenotype_matrix()
}