tests/testthat/helper-sequences.r

#' Location of test fasta files
test_fasta = "test_files/test.fasta"
primates_fasta = "test_files/primates.fasta"

#' Named vector of sequences
sequences = c(
    "seq1" = "ACTGACTG",
    "seq2" = "CTGACTGA",
    "seq3" = "TGACTGAC"
    )
bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.