#Using the example E. coli genome data from the package
import genomenotebook as gn
import os
= gn.get_example_data_dir()
data_path = os.path.join(data_path, "MG1655_U00096.fasta")
genome_path = os.path.join(data_path, "MG1655_U00096.gff3")
gff_path
=gn.GenomeBrowser(gff_path=gff_path, genome_path=genome_path, init_pos=50000)
g g.show()
Examples
Simple browser
Create a simple genome browser with a search bar. The sequence appears when zooming in.