Skip to contents

As this is a low-level constructor, it will let you do some un-recommended things without error. You have been warned.

Usage

new_nanodrop(
  data = data.frame(),
  raw_data = data.frame(),
  date = lubridate::Date(),
  nucleotide = character(),
  is_tidy = logical()
)

Arguments

data

data.frame, no restrictions on form.

raw_data

data.frame, no restrictions on form. Typically represents read-in data with no changes to it.

date

lubridate::Date object

nucleotide

character. Should likely be DNA, RNA, dsDNA, or even dsRNA.

is_tidy

logical. Is the data.frame provided tidy?

Value

a nanodrop object