ptrRead | R Documentation |
Read .h5 file from PTR and return a list containing useful results
ptrRead(
file,
wd = getwd(),
mz = NULL,
threshold = 0,
sumSpectraOnly = FALSE,
integrationTable = NULL
)
file |
file .h5 to read |
wd |
path for the working directory |
mz |
If not NULL, vector of length 2 representing a relevant interval of mz to be studied |
threshold |
threshold |
sumSpectraOnly |
load only sum spectra |
integrationTable |
integrationTable |
#DONOTRUN
#file <- dir(system.file(package = "PTRMSR", dir = "extdata"),full.name=TRUE,pattern="h5$")
#ptr=ptrRead(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.