inst/scripts/SomaScanV4.1.R

create_SomaScanV4.1 <- function()
# SomaScan V4.1
{
  HOME <- Sys.getenv("HOME")
  SomaScanV4.1 <- openxlsx::read.xlsx(file.path(HOME,"SomaLogic","doc","v4.1","SomaScan v4.1 Protein Content Menu.xlsx"),
                                      sheet="SomaScanV4.1_Protein_Content", colNames=TRUE, skipEmptyRows=TRUE, cols=1:6, startRow=3)
  save(SomaScanV4.1,file='SomaScanV4.1.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.