plotgene: Function to visuaze change in expression of one gene

Description Usage Arguments Details Author(s)

Description

Various methods for meta-analysis provide different outputs. Function takes an output from function metagene as input and draws a plot.

Usage

1
plotgene(gene, datalabels=NULL, type, col=c("green", "red"),cex=c(0.7),sig=0.05)

Arguments

gene

A list, output from function metagene

datalabels

A character vector, names of the data sets and for meta-analysis results. If NULL, dummy names Study1, Study2, Study3, ..., Meta are created.

type

A numeric vector indicating which function the slots of gene come from. It it is not necessary, if the slots come from the results of the wrapper functions.

col

colors for unsignificant/significant

cex

Font size for labels in unsignificant/significant part of the chart

sig

Significance threshold for p-values graph

Details

Function plotgene2 is based on traditional graphics, wheras function plotgene on grid.

For type please use:

Author(s)

Ivana Ihnatova


MAMA documentation built on Jan. 15, 2017, 3:05 p.m.

Related to plotgene in MAMA...