draw.expression.dotplot: Draw expression by dotplot Need to be update

draw.expression.dotplotR Documentation

Draw expression by dotplot Need to be update

Description

Draw expression by dotplot Need to be update

Usage

draw.expression.dotplot(
  df,
  group,
  nrow = 4,
  stat.method = "wilcox.test",
  show.stat.p = TRUE,
  rotate.x = 0,
  ylab = "Expression",
  ylim = NULL,
  alternative = "two.sided"
)

Arguments

df

Row is gene, col is sample

nrow

of row to plot expression

stat.method

wilcox.test or t.test

rotate.x

Default 0. numeric value specifying the rotation angle. 90 for vertical x-axis text.

ylim

Default NA. User can specify.

alternative

c("two.sided", "less", "greater")

Examples

loonR::draw.expression.dotplot(candidate.combined.df, group )

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.