#' palmdb
#'
#' Palmprint database - initial version (210302) containing GenBank v241
#' RNA dependent RNA polymerase palmprints
#'
#'#' \itemize{
#' \item score. palmscan PSSM motif score. 20+ is high confidence RdRP
#' \item query. input fasta query name
#' \item gene. One of "RdRP" or "RT"
#' \item order. Order of catalytic motifs on input. "ABC" or "CAB"
#' \item confidence. "high" or "low" confidence classification
#' \item qlen. input query length. Is truncated on long input sequences
#' \item pp_start. Start coordinate of palmprint within input sequence
#' \item pp_end. End coordinate of palmprint within input sequence
#' \item pp_length. Length of palmprint sequence (in AA)
#' \item v1_length. Length of v1 region of palmprint
#' \item v2_length. Length of v2 region of palmprint
#' \item pssm_total_score. Raw total score of A,B,C motifs
#' \item pssm_min_score. Lowest scoring PSSM score in palmprint
#' \item motifs. Isolated A,B,C motifs from palmprint.
#' \item super. Isolated super-motif residues from A,B,C (catalytic sites)
#' \item group. Guess of sequence phylum.
#' \item comments. Summary statement on palmprint QC.
#' }
#'
#' @name palmdb
#' @usage data(palmdb)
#' @docType data
#' @format data.frame with 15016 obs of 18 variables
#' @keywords palmdb datasets
#' @source \href{https://github.com/rcedgar/palmdb}{palmDB repo}
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.