tstv_ratio | R Documentation |
Inputs a filtered and rearranged vcf dataframe and calculates the transition/transversion ratio
tstv_ratio(df, genome_size)
df |
The filtered and rearranged variant dataframe |
genome_size |
Size of whole genome being used |
A dataframe containing the calculated transition/transversion ratio (R or basic_tstv)
tstv_ratio(example_filtered_SNV_df, 13000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.