function that maps channel membership to genotype ID

membership_map(experimental_design, graph_output)

Arguments

experimental_design

design matrix rownames should be microfluidics channels, colnames should be genotypes

graph_output

the output of construct_genotype_cluster_graph given as x$genotype_cluster_graph

Value

a matrix of channel memberships for each cluster

Examples

# \donttest{
membership_map()
#> Error in membership_map(): argument "graph_output" is missing, with no default
# }