R/data.R

#' Example nucleotide fasta file
#'
#' An example fasta-formatted file with a mixture of nucleotide and protein
#' sequences. It is used in the vignette to demonstrate parsing with the tools
#' from the package. It is not clear to me whether mixing of sequence types is
#' allowed in a fasta file, but we demonstrate in the vignette that is is easy
#' to parse them from a single file. The sequences used are truncated for the
#' sake of the example.
#'
#' @format ## `fastafile`
#' A character vector
#' @source Modified from <https://bioinformatics.org/annhyb/examples/seq_fasta.html>
#'   and <https://en.wikipedia.org/wiki/FASTA_format>
"fastafile"

Try the parcr package in your browser

Any scripts or data that you put into this service are public.

parcr documentation built on June 22, 2024, 10:31 a.m.