R/data.R

#' Protein Sequence
#'
#' This dataset include a list of protein id(pdb code) and sequence.
#'
#' @source Structural Genomics Consortium lab, Canada.
#'
#' @format A table format:
#' \describe{
#'  \tabular{ll}{
#'   pdb id  \tab sequence \cr
#'   3blr \tab IGQGTFGEVFKARHRIKIDFLGKTKEGFPITALREIKILQLLKH \cr
#'   2wtc \tab LGSEVKLAFERKTCKKVAIKILKKLNHPCIIKIKNFFD \cr
#'   4qsv \tab VFTKPVDPDEVPDYVTVIDLSLHK \cr
#'   5ndd \tab LPIVYTIVFVVALPVFLFRTKKKAPAVIYMANLALAD
#'   }
#' }
#' @examples
#' \dontrun{
#'  proSeq
#'  #usr with function to get protein compositon
#'  plotCG(proSeq)
#' }
"proSeq"
dxjasmine/Rppsc documentation built on Dec. 8, 2019, 11:40 a.m.