read_nanodrop.Rd
The tsv files from Nanodrop are not very handy in R. Several conversions are necessary (column names, character to numeric etc.) which is time consuming. Also, in order to plot spectra the respective table from Nandrop requires quite some wrangling. This function tries to solve these tasks elegantly.
read_nanodrop(reports, spectra)
reports | vector of paths to report files (tsv) |
---|---|
spectra | vector of paths to spectra files (tsv) |
a list of length 2; index one is report only, index two is report with spectra values added