spectro_ndp | R Documentation |
A tsv file of nanodrop output.
spectro_ndp(fp, smp, facet_col)
fp |
nanodrop result file path |
smp |
character: sample names |
facet_col |
integer: default value is 0L |
data.frame
# arguments fp1 <- system.file("extdata/nanodrop_out1.tsv", package="rskodat") smp1 <- c("YL_N_1","YL_N_2", "ML_N_1","ML_N_2") # execution res1 <- spectro_ndp(fp1, smp1, 2L) # res2 <- spectro_ndp(fp1, NULL, 2L) # res3 <- spectro_ndp(fp1, NULL, 0L) do.call(gridExtra::grid.arrange, c(res1$gg_list, list(ncol = 4)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.