group_snps | R Documentation |
Groups SNPs closer than a specifiec threshold of distance.
group_snps(bed, chr_col, pos_col, threshold)
bed |
data.frame containing at least two properties (chromosome and position) of a set of SNPs. |
chr_col |
Name of the column containing the SNP chromosome. |
pos_col |
Name of the column containing the SNP position. |
threshold |
Maximum distance to group two SNPs group. |
A data.frame in bed format, with the same dimensions as the original, but with the groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.