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