plot_distscatter: Scatterplot of two input tables.

View source: R/visualization.R

plot_distscatterR Documentation

Scatterplot of two input tables.

Description

Scatterplot of two input tables.

Usage

plot_distscatter(
  x = table_a,
  y = table_b,
  sample_size = 5,
  title = "scatterplot",
  aptamers_name = NULL
)

Arguments

x

first input table with aptamer seq columns

y

second input table with aptamer seq columns

sample_size

fit line on n sample (default=5)

title

main plot title

aptamers_name

vector of aptamers col names (extract from table if NULL)

Value

ggplot object.

Examples

plot_distscatter(digested_adat$complete_log2, digested_adat$postproces)

andreagrioni/ToolViz documentation built on Aug. 27, 2022, noon