View source: R/standardize_gene_locus_cols.R
standardize_gene_locus_cols | R Documentation |
Standardizse Gene and Locus columns in topSNPs
.
standardize_gene_locus_cols(
topSNPs,
Locus = "Locus",
Gene = "Gene",
grouping_vars = Locus,
verbose = TRUE
)
Locus |
Column containing unique locus name. |
grouping_vars |
The variables that you want to group by
such that each grouping_var combination has its own index SNP.
For example, if you want one index SNP per QTL eGene -
GWAS locus pair, you could supply:
|
verbose |
Print messages. |
topSNPs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.