Learn R Programming

MARVEL (version 1.4.0)

IsoSwitch.PlotExpr: Plot gene-splicing relative change

Description

Plots delta PSI vs gene log2-fold change

Usage

IsoSwitch.PlotExpr(MarvelObject, anno = FALSE)

Value

An object of class S3 containing with new slots MarvelObject$DE$Cor$PSIvsExpr$Plot.

Arguments

MarvelObject

Marvel object. S3 object generated from CompareValues.Genes.10x function.

anno

Logical value. If set to TRUE, genes with coordinated, opposing or complex change relative to splicing change will be annotated on the plot. Default value is FALSE.

Examples

Run this code
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))

marvel.demo <- IsoSwitch.PlotExpr(MarvelObject=marvel.demo, anno=TRUE)

# Check output
marvel.demo$DE$Cor$PSIvsExpr$Plot

Run the code above in your browser using DataLab