Description Usage Arguments Details See Also Examples
View source: R/makeAeiPlot_function.R
makeCorGene
plots AEI ratios person by person and returns a dataframe with allelic ratios for a given gene
1 | makeAeiPlot(mgl, gene = c(), saveFile = FALSE)
|
mgl |
List; see |
gene |
String indicating gene to be considered (note gene name must match names(mgl)) |
saveFile |
A logical flag indicating whether a csv file ('AeiPlot.csv') should be saved in the current directory. |
Uses ggplot function to plot allelic ratios published by GTEx. Each individual is plotted a separate graph. Tissues are displayed on the x-axis and corresponding ratios on the y. SNPs are displayed in different colors and annotations in different shapes.Option to save a summarytable (csv) of allelic ratios. Only one gene at a time.
Other output: makeCoXpGene
,
makeCoXpTranscript
,
makeDnaseSig
, makeGoSearch
,
makeGo
, makeMultiEqtl
,
makeOverlapTable
,
makeOverlap
,
makePhenotypeSearch
,
makePhenotypes
,
makeSnpSearch
, makeSnps
,
makeSummary
1 | ## Not run: makeAeiPlot(myMgl, gene = c('NCOA4'), saveFile = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.