R/data_aln.R

## Copyright (C) 2021 Robersy Sanchez <https://genomaths.com/>
## Author: Robersy Sanchez This file is part of the R package
## 'GenomAutomorphism'.  'GenomAutomorphism' is a free
## software: you can redistribute it and/or modify it under the
## terms of the GNU General Public License as published by the Free
## Software Foundation, either version 3 of the License, or (at
## your option) any later version.  This program is distributed in
## the hope that it will be useful, but WITHOUT ANY WARRANTY;
## without even the implied warranty of MERCHANTABILITY or FITNESS
## FOR A PARTICULAR PURPOSE. See the GNU General Public License for
## more details.  You should have received a copy of the GNU
## General Public License along with this program; if not, see
## <http://www.gnu.org/licenses/>.

#' Simulated \code{\link[Biostrings]{DNAStringSet}} class object
#'
#' This is a \code{\link[Biostrings]{DNAStringSet}} carrying a small pairwise
#' DNA sequence alignment to be used in the examples provided for the
#' package functions.
#'
#' @format \code{\link[Biostrings]{DNAStringSet}} class object.
#' @usage 
#' data("aln", package = "GenomAutomorphism")
#' @examples
#' data("aln", package = "GenomAutomorphism")
#' aln
#' 
"aln"
genomaths/GenomAutomorphism documentation built on May 10, 2024, 12:11 a.m.