View source: R/makeGenePlots.R
To scale and flip contributions from a cross validation multi-omics analysis in order to be align with the contributions from the full analysis.
1 2 | makeGenePlots(actorObj, isoData, geneList, tissueList = NULL,
outFile = NULL, refPanel = NULL)
|
actorObj |
Output from actor model |
isoData |
Sample data to be included in heatmap. First column must be "gene_id" and second column "feature_id" |
geneList |
List of genes to plot. |
tissueList |
List of tissues to plot. Must be a subset of the tissues used in 'actorObj'. If left blank then the columns of 'likelihoodSum' from 'actorObj' will be used. |
outFile |
PDF file path to write gene plots to. Must end in .pdf. |
refPanel |
Reference panel user can add. Default is GTEx which is provided internally. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.