inst/scripts/Olink_Explore_HT.R

create_Olink_Explore_HT <- function()
{
  f <- file.path("..","Olink","olink-explore-ht-assay-list-2023-07-12.xlsx")
  Olink_Explore_HT <- openxlsx::read.xlsx(f, sheet=1, startRow = 5, colNames=TRUE, skipEmptyRows=TRUE)
  f <- file.path("..","Olink","olink-explore-ht-assay-list.xlsx")
  Olink_Explore_HT <- openxlsx::read.xlsx(f, sheet=1, startRow = 6, colNames=TRUE, skipEmptyRows=TRUE)
  names(Olink_Explore_HT)[1] <- "Olink.ID"
  save(Olink_Explore_HT,file='../../data/Olink_Explore_HT.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.