plot_sample_reconstruction_error: Plotting Signature Motif counts/spectra

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Plotting Signature Motif counts/spectra

Usage

1
2
3
4
5
6
plot_sample_reconstruction_error(
  result,
  table_name,
  sample_number,
  plotly = FALSE
)

Arguments

result

S4 Result Object

table_name

Table to use for reconstruction error plotting

sample_number

Sample number within result to plot error

plotly

add plotly layer for plot interaction

Value

Generates plot no return

Examples

1
2
result <- readRDS(system.file("testdata", "res.rds", package = "BAGEL"))
plot_sample_reconstruction_error(result, "SBS96", 1)

campbio/BAGEL documentation built on Oct. 6, 2020, 3:59 a.m.