Description Usage Arguments Details See Also Examples
View source: R/makeOverlapTable_function.R
makeSummary
returns a nested list with a dataframe for each gene, snp, source combination (i.e. myOverlapTable[[gene]][[snp]][[source]]).
1 | makeOverlapTable(mgl, overlap, saveFile = TRUE)
|
mgl |
List; see |
overlap |
A list of overlapping snps made using |
saveFile |
A logical flag indicating whether a csv ('Overlap[groups].csv') should be saved in the current directory |
For every gene with SNPs that overlap between two different user defined groups (see makeOverlap
), provides a list of dataframes for each overlapping SNP that details the association whether it be eQTL, splicing, or trait-based. Provides the details for overlapping SNPs.
Other output: makeAeiPlot
,
makeCoXpGene
,
makeCoXpTranscript
,
makeDnaseSig
, makeGoSearch
,
makeGo
, makeMultiEqtl
,
makeOverlap
,
makePhenotypeSearch
,
makePhenotypes
,
makeSnpSearch
, makeSnps
,
makeSummary
1 2 3 | exMgl() -> myMgl
makeOverlap(myMgl, snpsA = c('cisEqtls'), snpsB = c('gwasCatalog'), saveFile = TRUE) -> myOverlap
makeOverlapTable(myMgl, myOverlap, saveFile = TRUE) -> myOverlapTable
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.