pca: Prinicipal component analysis of PSI distributions.

Description Usage Arguments Value Examples

View source: R/plotEvents.R

Description

Prinicipal component analysis of PSI distributions.

Usage

1
pca(events, type = c("A3SS", "A5SS", "SE", "RI", "MXE"))

Arguments

events

a maser object.

type

character indicating splice type. Possible values are c("A3SS", "A5SS", "SE", "RI", "MXE")

Value

a ggplot object.

Examples

1
2
3
4
path <- system.file("extdata", file.path("MATS_output"), package = "maser")
hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h"))
hypoxia_filt <- filterByCoverage(hypoxia, avg_reads = 5)
pca(hypoxia_filt, type = "RI")

DiogoVeiga/maser documentation built on Feb. 10, 2022, 10:10 a.m.