scrna_evalPlot_filtering: scrna_evalPlot_filtering

Description Usage Arguments Value Examples

View source: R/scrna_plot.R

Description

scrna_evalPlot_filtering

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
scrna_evalPlot_filtering(
  res,
  steps = c("doublet", "filtering"),
  clustMetric = "mean_F1",
  filterExpr = TRUE,
  atNearestK = FALSE,
  returnTable = FALSE,
  point.size = 2.2,
  ...
)

Arguments

res

Aggregated pipeline results (i.e. the output of 'runPipeline' or 'aggregateResults')

steps

Steps to include (default 'doublet' and 'filtering'); other steps will be averaged.

clustMetric

Clustering accuracy metric to use (default 'mean_F1“)

filterExpr

An optional filtering expression based on the columns of the clustering evaluation (e.g. 'filterExpr=param1=="value1"' or 'filterExpr=n_clus==true.nbClusts').

atNearestK

Logical; whether to restrict analyses to those giving the smallest deviation from the real number of clusters (default FALSE).

returnTable

Logical; whether to return the data rather than plot.

point.size

Size of the points

...

passed to 'geom_point'

Value

A ggplot, or a data.frame if 'returnTable=TRUE'

Examples

1
2
data("exampleResults", package="pipeComp")
scrna_evalPlot_filtering(exampleResults)

plger/pipeComp documentation built on Nov. 2, 2021, 8:40 p.m.