Function that maps the genotype clusters to genotype names

plot_cross_vaf(
  experiment_1_path,
  experiment_2_path,
  experiment_1_name,
  experiment_2_name,
  ncounts = 10
)

Arguments

experiment_1_path

the SOC directory for the first experiment

experiment_2_path

the SOC directory for the second experiment

experiment_1_name

the name of the first experiment

experiment_2_name

the name of the second experiment

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
# }