compare_de_tables: Use plot_linear_scatter to compare to de tables.

View source: R/de_shared.R

compare_de_tablesR Documentation

Use plot_linear_scatter to compare to de tables.

Description

Use plot_linear_scatter to compare to de tables.

Usage

compare_de_tables(
  first,
  second,
  fcx = "deseq_logfc",
  px = "deseq_adjp",
  fcy = "deseq_logfc",
  py = "deseq_adjp",
  first_table = NULL,
  second_table = NULL
)

Arguments

first

First table to compare.

second

Second table to compare.

fcx

Column for the x-axis fold-change.

px

Column for the x-axis p-value.

fcy

Column containing the y-axis fold-change.

py

Column containing the y-axis p-value.

first_table

If the input data are actually of type de_table, then find the table(s) inside them.

second_table

Ibid.

Value

List result from plot_linear_scatter


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.