inst/scripts/Olink_Explore_3072.R

create_Olink_Explore_3072 <- function()
{
  f <- file.path("..","Olink","assay-list-olink-explore-3072.xlsx")
  Olink_Explore_3072 <- openxlsx::read.xlsx(f, sheet=1, startRow = 3, colNames=TRUE, skipEmptyRows=TRUE)
  save(Olink_Explore_3072,file='../../data/Olink_Explore_3072.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.