Description Usage Arguments Value Examples
get_overlapping_snps_by_pos()
1 | get_overlapping_snps_by_pos(df1, df2, verbose = F)
|
df1 |
A dataframe of variants, has to contain CHROM and POS |
df2 |
A dataframe of variants, has to contain CHROM and POS |
The input dataframe containing only those variants whith matched alleles in the snpset
1 2 3 4 | ## Not run:
get_overlapping_snps_by_pos(dat1, dat2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.