plot_scatter_basic_all: plot a list of basic scatter plots

Description Usage Arguments Value

Description

Draw qll pairs of replicates in multiple scatter plot.

Usage

1
2
3
4
5
6
plot_scatter_basic_all(
  df,
  size_point = 3,
  col_significant = "#41AB5D",
  col_other = "grey"
)

Arguments

df

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

size_point

size of point.

col_significant

color for significant protein interactors.

col_other

color for other protein interactors.

Value

a list of gg scatter plots.


frhl/genoppi-v4 documentation built on May 5, 2020, 7:16 a.m.