shared_genotypes.RdFunction that compares genotype calls across two experiments
shared_genotypes(
vcf1,
vcf2,
shared,
experiment_1_name,
experiment_2_name,
ncounts = 10
)the first vcf
the second vcf
numeric- the number of shared genotypes between the experiments
the name of experiment 1
the name of experiment 2
numeric - the number of counts supporting each variant
a data frame of the shared genotype clusters between the two experiments
# \donttest{
#' shared_genotypes()
# }