Description Usage Arguments Details Value Author(s)
Group SNPs according to their LD.
1 2 3 4 5 6 7 8  | 
genotype.gene | 
 a data.frame with genotype info produced by 'read.bedix'.  | 
tre.mt | 
 a matrix of transcript relative expression (samples x transcripts).  | 
th | 
 r2 threshold over which SNPs will be clustered. Default is 1.  | 
tol | 
 maximum relative difference in sQTL F score allowed to group the SNPs. Default is 0.05.  | 
tol.svqtl | 
 same as   | 
svQTL | 
 should svQTL test be performed. Default is   | 
Clusters the SNP IDs of those variants that fulfill the following criteria:
LD (r2) >= th.
Relative differences in sQTL F score <= tol
Relative differences in svQTL F score <= tol.svqtl (if svQTL is TRUE)
A data.frame with genotype info identical to genotype.gene with 
an additional column named LD, containing the IDs of the SNPs that fulfill the
criteria above and NA otherwise.
Diego Garrido-Martín
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.