Description Usage Arguments Details See Also Examples
View source: R/makeSummary_function.R
makeSummary returns a dataframe with the number of rows corresponding to the number of genes in the list and columns: gene, Number of eQTL SNPs, Number of GWAS Catalog SNPs, Number of GRASP SNPs.
1 | makeSummary(mgl, saveFile = FALSE)
|
mgl |
Object of class 'mgl'; see |
saveFile |
Logical flag indicating whether a csv ('Summary.csv') should be saved in the current directory |
Provides a brief summary of variants that have been associated with expression and clinical traits. Of interest maybe genes that have evidence of regulatory variants but have not yet been tied to a clinical phenotype or those genes that have evidence of a clinical phenotype but have not yet been shown to have regulatory variants
Other output: makeAeiPlot,
makeCoXpGene,
makeCoXpTranscript,
makeDnaseSig, makeGoSearch,
makeGo, makeMultiEqtl,
makeOverlapTable,
makeOverlap,
makePhenotypeSearch,
makePhenotypes,
makeSnpSearch, makeSnps
1 2 | exMgl() -> myMgl
makeSummary(myMgl, saveFile = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.