plot_scatter_basic_all: plot a list of basic scatter plots

plot_scatter_basic_allR Documentation

plot a list of basic scatter plots

Description

Draw qll pairs of replicates in multiple scatter plot.

Usage

plot_scatter_basic_all(
  df,
  size_gg = 3,
  col_significant = "#41AB5D",
  col_other = "grey"
)

Arguments

df

A data.frame containing at least gene, significant, replicate/triplicate columns.

size_gg

size of point.

col_significant

color for significant protein interactors.

col_other

color for other protein interactors.

Value

a list of gg scatter plots.


lagelab/Genoppi documentation built on Oct. 13, 2022, 2:36 p.m.