inst/scripts/swath-ms.R

create_swath_ms <- function()
{
  HOME <- Sys.getenv("HOME")
  load(paste(HOME,"SWATH-MS","pilot","swath-ms.rda",sep="/"))
  swath_ms <- annotated_protein_matrix
  save(swath_ms,file='swath_ms.rda',compress='xz')
}

Try the pQTLdata package in your browser

Any scripts or data that you put into this service are public.

pQTLdata documentation built on April 12, 2025, 1:34 a.m.