plot_scatter_basic: plot a basic scatte plot

Description Usage Arguments Value

View source: R/plot_scatter_basic.R

Description

Draws a pair of specific replicates in a scatter plot.

Usage

1
2
3
4
5
6
7
8
plot_scatter_basic(
  df,
  repA = "rep1",
  repB = "rep2",
  size_point = 3,
  col_significant = "#41AB5D",
  col_other = "grey"
)

Arguments

df

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

repA

string that is column in df. Expects name to be in the form of rep[0-9], e.g. 'rep1'.

repB

string that is column in df.

size_point

size of point.

col_significant

color for significant protein interactors.

col_other

color for other protein interactors.

Value

a gg scatter plot.


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