This function extracts the column names from the local false sign rate table of a mash object's results. This can tell you the condition names or phenotype names used in the mash object. That can be useful for looking at a subset of these columns, say.

get_colnames(m)

Arguments

m

An object of type mash

Value

A vector of phenotype names

Examples

    if (FALSE) get_colnames(m = mash_obj)