batch.analysis.QQ: plot the QQ plot for two sets of cells

Description Usage Arguments

View source: R/preprocessing.R

Description

plot the QQ plot for two sets of cells

Usage

1
2
batch.analysis.QQ(x, s1.cols, s2.cols, do.log2 = TRUE, fig.filename = NULL,
  s1.label = "s1", s2.label = "S2", fig.main = "QQ plot", fig.res = 150)

Arguments

x

The expression matrix; rows are genes, cells are columns

s1.cols

(numeric) the column indices for the first set of cells

s2.cols

(numeric) the column indices for the second set of cells

do.log2

(logical) log2 transformation of mean expression values of each gene

fig.filename

(character) the file name of the output figure; if fig.filename is null, the figure will be plotted to the screen

s1.label

(character) the name for the first set of cells

s2.label

(character) the name for the second set of cells

fig.main

(character) the title of the figure


minzheguo/SINCERA documentation built on Feb. 3, 2021, 2:31 p.m.