#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.