Skip to content

hongzhan2015/Biopython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Notebook for Sequence analysis

Hong Zhan, ver 2023-03-07

Build Status

Biopython is a powerful python libaray used for bioinformatic analysis.

  • Import sequences
  • Running sequence alignment
  • Phylogenetic tree drawing

Installation related libaraies

  • Required libaraies: numpy, pandas
  • Download and install Biopython: pip install biopython
  • To upgrade Biopython from an older version: pip install biopython --upgrade
  • For more information, check website: https://biopython.org/wiki/Download

Installation ete3 libaray

$ conda create -n ete3 python=3
$ conda activate ete3
$ conda install -c etetoolkit ete3 ete_toolchain
$ ete3 build check

This is a simplified manual for analyzing structural alignment and sequence alignment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages