load.sample | R Documentation |
Load mass spec data from a 2-column space-delimited text file
load.sample(froot, name = "Sample", spots, fext = ".txt")
froot |
the file path to the directory containing the data, plus the part of the filename that stays the same |
name |
the name of the sample |
spots |
a vector of spot names - there *must* be three of these |
fext |
the file extension. Default is ".txt" |
froot <- "~/tmp/bioarch_keri/20160909_Keri13/20160909_Keri13_0_" spots <- c("G7","G10","G13") name <- "C1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.