-
Notifications
You must be signed in to change notification settings - Fork 3
Visualization
Rajan edited this page May 20, 2023
·
3 revisions
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>
This script take DNA sequence as input and print the DNA_helix
$ python dna_helix_visualizer.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