plot_plates: Plot plate as heatmap

Description Usage Arguments Value

View source: R/plot.R

Description

This function will plot plates ~ queries for a desired metric with forced upper and lower bounds

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_plates(
  data,
  fill,
  row,
  col,
  plate = "plate",
  query = "query_name",
  upper = 1,
  mid = 0,
  lower = -1
)

Arguments

data

A data frame

fill

String. Name of fill column.

row

String. Name of row column.

col

String. Name of column column.

plate

String. Name of plate column. Defaults to 'plate'.

query

String. Name of query column. Defaults to 'query_name'.

upper

Scalar. Upper limit. Defaults to 1.

mid

Scalar. Middle of scale. Defaults to 0.

lower

Scalar. Lower limit. Defaults to -1.

Value

A ggplot object


EricEdwardBryant/screenmill documentation built on March 13, 2020, 1:07 p.m.