create_lineplots: create lineplots of deconvolution results and runtime for...

View source: R/create_lineplots.R

create_lineplotsR Documentation

create lineplots of deconvolution results and runtime for different gene sets

Description

create lineplots of deconvolution results and runtime for different gene sets

Usage

create_lineplots(
  results.df,
  genesets = NULL,
  available.features = NULL,
  celltype.order = NULL,
  algorithm.order = NULL
)

Arguments

results.df

data frame as returned by prepare_data

genesets

list of gene sets (character vectors)

available.features

character vector containing names of available features

celltype.order

character vector of cell types specifying the plotting order

algorithm.order

character vector of algorithm names specifying the plotting order

Value

list containing two elements:
1) runtime.plot
2) list containing lineplot of scores for each celltypes


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