plot.actorFit: Create plots for visualization of output

Description Usage Arguments

View source: R/plots.R

Description

Create plots for visualization of output

Usage

1
2
3
## S3 method for class 'actorFit'
plot(x, plotType, addAnnot = FALSE,
  annotMat_Col = NULL, annotMat_Row = NULL, fontSize = 10, ...)

Arguments

x

Object of class 'actorFit'

plotType

Specifies the type of plot to be generated "TissueMem" - Plots posterior probabilities for the tissue membership

"ClassMem" - Plots posterior probabilities for gene class membership

"GeneClass" - Plots gene class posterior estimates of each tissue.

addAnnot

TRUE or FALSE for adding annotation bars to the heatmap.

annotMat_Col

Dataframe for annotation bars to be added to the columns of the heatmap

annotMat_Row

Dataframe for annotation bars to be added to the rows of the heatmap

fontSize

Font size for text in plot

...

other parameters to be passed through to plotting functions.


mccabes292/actor documentation built on March 1, 2020, 1:23 a.m.