View source: R/conduct_experiment.R
compare_vectors | R Documentation |
compare two SNP vectors
compare_vectors(genome_vector, pileup_vector, equivalence_mat)
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? |
fraction of matches over total number of genotyped bases in both vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.