Function to get the number of shared genotypes between channels from an experimental design

get_shared(experimental_design)

Arguments

experimental_design

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

Value

a matrix of channels and genotypes shared

Examples

# \donttest{
# get_shared()
# }