\name{org.Hs.bfPMID2PLATFORM} \alias{org.Hs.bfPMID2PLATFORM} \title{Map published paper to experimental platform} \description{ org.Hs.bfPMID2PLATFORM is an R environment that provides mappings between public peer-reviewed papers collected in Sys-BodyFluid and mass spectrometry experimental platforms. } \details{ Mappings were based on data provided by: Sys-BodyFluid (\url{http://www.biosino.org/papers/Sys-BodyFluid/Current/paper.txt}) on Version 1.1 2008-11-22 } \examples{ # Convert to a list xx <- as.list(org.Hs.bfPMID2PLATFORM) xx <- xx[!is.na(xx)] if(length(xx) > 0){ # Get the first one xx[[1]] } }