Description Usage Arguments See Also
View source: R/makeclumps.custom.MAF.R
Function to make the SNP clumps at different Pvalue cutoffs
1 2 3 4 5 6 7 8 9  | makeclumps.custom.MAF(
  trait,
  clumpfile,
  outfilename,
  MAF = 0.05,
  RSQ = 0.01,
  DIST = 1000,
  plink = F
)
 | 
trait | 
 Trait to compare SCD results to  | 
clumpfile | 
 File with rsIDs and pvalues for trait of interest. Header MUST be SNP and pvalue  | 
outfilename | 
 Filename for all output files, will be followed by alpha cutoff value  | 
MAF | 
 Maf cutoff to be used for filtering  | 
plink | 
 logical If plink should be used instead of plink2 for clumping. Default (false)  | 
gtx, grs.plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.