bead_count_ggplot: Bead count with ggplot

View source: R/sb_bead_count.R

bead_count_ggplotR Documentation

Bead count with ggplot

Description

Investigate if you have enough beads in each well of each beadID

Usage

bead_count_ggplot(
  bead_count_df,
  bead_count_limit = 32,
  path_for_output = "./",
  date_in_file_name = T,
  ...
)

Arguments

bead_count_df

A dataframe with bead count. Each row is a well, each column is a bead.

bead_count_limit

How many beads do you need? Can be vector if you want several lines.

path_for_output

Path for output

date_in_file_name

Yes or No

data_in_file_name

Yes or No.

Value

Plot with bead count per sample and per bead

Warnings

This is a warning

Examples

bead_count_ggplot(df)

cekehe/rappp documentation built on May 17, 2022, 8:54 a.m.