compare two SNP vectors

compare_vectors(genome_vector, pileup_vector, equivalence_mat)

Arguments

genome_vector

a Snp vector of an individual genome

pileup_vector

an Rnaseq Snp vector

equivalence_mat

the scoring matrix which defines what is different from what. Eg, Is A/T == T/A (should be). What about A and A/T?

Value

fraction of matches over total number of genotyped bases in both vectors