evaluation_plot: create score plot

View source: R/plot_scores.R

evaluation_plotR Documentation

create score plot

Description

create score plot

Usage

evaluation_plot(
  results.df,
  title = NULL,
  real.props = NULL,
  celltype.order = NULL,
  algorithm.order = NULL
)

Arguments

results.df

data frame as returned by prepare_data

title

character, plot title

real.props

non-negative numeric matrix, with cell types as rows, and bulk RNA-Seq profiles.

celltype.order

character vector of cell types specifying the plotting order

algorithm.order

character vector of algorithm names specifying the plotting order (left to right)


MarianSchoen/DMC documentation built on Aug. 2, 2022, 3:05 p.m.