# NOT RUN {
# This example requires the external barrnap software
# Using a genome file in this package.
xpth <- file.path(path.package("microseq"),"extdata")
genome.file <- file.path(xpth,"small_genome.fasta")
# Searching for rRNA sequences, and inspecting
gff.tbl <- findrRNA(genome.file)
print(gff.table)
# Retrieving the sequences
genome <- readFasta(genome.file)
rRNA <- gff2fasta(gff.tbl, genome)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab