\name{org.Hs.bfPMID2BF} \alias{org.Hs.bfPMID2BF} \alias{org.Hs.bfBF2PMID} \title{Map published paper to body fluid} \description{ org.Hs.bfPMID2BF is an R environment that provides mappings between public peer-reviewed papers collected in Sys-BodyFluid and involved body fluids. } \details{ The name of body fluids in use include: Amniotic fluid; Bronchoalveolar lavage fluid; Cerebrospinal fluid; Milk; Nipple aspiration fluid; Plasma/Serum; Saliva; Seminal Fluid; Synovial Fluid; Tear; Urine. 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.bfPMID2BF) if(length(xx) > 0){ ## Get the first one xx[[1]] } ## For the reverse map org.Hs.bfBF2PMID xx <- as.list(org.Hs.bfBF2PMID) if(length(xx) > 0){ ## Get the first one xx[[1]] } }