Skip to content

Visualization

Rajan edited this page May 20, 2023 · 3 revisions

Visualization python scripts

dna_fasta_visualization.py

This script take DNA fasta file as input and return Accession number, Organism/Origin, Base count, Sequence length, GC content, AT content and whether the sequence is GC rich or AT rich

$ python dna_fasta_visualization.py -n <FASTA_File>

dna_helix_visualizer.py

This script take DNA sequence as input and print the DNA_helix

dna_helix

$ python dna_helix_visualizer.py

streamlit_base_comp.py

This script launch a local web app that calculates and plot the base composition from FASTA or multi FASTA file

$ streamlit run streamlit_base_comp.py