#' PAM matrix.
#'
#'A matrix for computing probabilities of common AA mutations.
#'
#' @format A matrix with 20 rows and 20 columns.
#'
#' @source Dayhoff, M.O. et al. (1978) A model of evolutionary change in proteins. Atlast of Protein Sequence and Structure. p. 345-352
"pam"
#' primates (phylogenetic tree).
#'
#' Phylogenetic tree with 14 tips and 12 internal nodes.
#' Tip labels: Mouse, Bovine, Lemur, Tarsier, Squir Monk, Jpn Macaq, ...
#' Unrooted; includes branch lengths.
#'
#' @format Contains leaf names, edge matrix, edge lengths, and number of internal nodes.
#'
#' @source Schliep K.P. (2011) phangorn: Phylogenetic analysis in R. Bioinformatics, 27(4) 592-593
"tree"
#' smallTree: small phylogenetic tree for testing.
#'
#' Phylogenetic tree with 2 tips and 1 internal nodes. Subtree to tree (see ?tree).
#' Tip labels:
#' Human, Chimp
#' Rooted; includes branch lengths.
#'
#' @format Contains leaf names, edge matrix, edge lengths, and number of internal nodes.
#'
#' @source Edited from Schliep K.P. (2011) phangorn: Phylogenetic analysis in R. Bioinformatics, 27(4) 592-593
#'
"smallTree"
#' Object of class phyDat containing sequences for species corresponding to tree.
#'
#' 14 sequences with 232 character and 217 different site patterns.
#' The states are a c g t
#'
#' @format phyDat
#'
#' @source Schliep K.P. (2011) phangorn: Phylogenetic analysis in R. Bioinformatics, 27(4) 592-593
#'
#'
"primates"
#' Object of class phyDat containing sequences for species corresponding to tree.
#'
#' Standard BLOSUM62 substitution matrix
#'
#' @format matrix
#'
#' @source citation("Biostrings")
#'
"BLOSUM62"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.