\name{org.Hs.bfPMID2SAMPLE}
\alias{org.Hs.bfPMID2SAMPLE}
\title{Map published paper to experimental sample}
\description{
  org.Hs.bfPMID2SAMPLE is an R environment that provides mappings between
  public peer-reviewed papers collected in Sys-BodyFluid and experimental sample. 
}
\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.bfPMID2SAMPLE)
     xx <- xx[!is.na(xx)]
     if(length(xx) > 0){         
         # Get the first one
         xx[[1]]
     }
}