View source: R/tD_subordinates.R
extract_wavelength | R Documentation |
Title: Extract wavelength
extract_wavelength(xdf)
xdf |
The original data frame derived from importing Denovix data. |
A numeric data frame for the wavelength attribute.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')
wl = extract_wavelength(rna_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.