Function that maps the genotype clusters to genotype names

cells_to_genotypes(SOC_locations, membership_mat)

Arguments

SOC_locations

the locations file

membership_mat

output of membership_map()

Value

matrix of cells by genotypes

Examples

# \donttest{
cells_to_genotypes()
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'nrow': argument "SOC_locations" is missing, with no default
# }