plotGeneByName: plotGeneByName

Description Usage Arguments Examples

View source: R/plotGeneByName.R

Description

plotGeneByName plots points on a scatterplot with a 3x3 grid superimposed. The name of a the gene is provided jointly with the matrix and used to select the row to be plotted.

Usage

1
2
plotGeneByName(geneName, mets, expres, fileName, text4Title = NULL,
  plotGrid = TRUE, figs = c(2, 2))

Arguments

geneName

name of the gene to be plotted.

mets

matrix containing the methylation data of the named gene.

expresmatrix

containing the expression data of the named gene.

filename

NULL, name of the file to store the results as pdf if a name is passed.

Examples

1
2
3
4
## Not run: 
plotGeneByName (gene="HOOK1", mets=falseLMet, expres=falseLExpr, fileName=NULL)

## End(Not run)

bertamiro/lpattern documentation built on July 19, 2019, 12:56 p.m.