read_nanodrop_spectrum_tsv: Parses the spectrum output of the Nanodrop spectrophotometer

Description Usage Arguments

Description

Parses the spectrum output of the Nanodrop spectrophotometer into a dataframe.

Usage

1
read_nanodrop_spectrum_tsv(path, average = TRUE, melt = FALSE)

Arguments

path

(character of length 1) The file path to the .tsv output file of Nanodrop measurments.

average

(logical of length 1) If TRUE, all numeric data for measurments with the same ID are averaged.

melt

(logical of length 1) If TRUE, melt data for use in ggplot2.


grunwaldlab/labtools documentation built on May 17, 2019, 8:38 a.m.