Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to do alignment of fasta in biopython

len(align)
7
>>> for record in align:
...     print("%s %i" % (record.id, len(record)))
...
gi|6273285|gb|AF191659.1|AF191 156
gi|6273284|gb|AF191658.1|AF191 156
gi|6273287|gb|AF191661.1|AF191 156
gi|6273286|gb|AF191660.1|AF191 156
gi|6273290|gb|AF191664.1|AF191 156
gi|6273289|gb|AF191663.1|AF191 156
gi|6273291|gb|AF191665.1|AF191 156
Comment

PREVIOUS NEXT
Code Example
Python :: valid paranthesis 
Python :: tuple python !g 
Python :: python dependency injection 
Python :: QDateEdit.date().toString("MMMM dd, yyyy") does not display months in English 
Python :: for loop for calendar day selection using selenium python 
Python :: Python script to download all images from a website to a specified folder with BeautifulSoup 
Python :: send message in every channel discord.py 
Python :: find smallest element not present in list python 
Python :: preallocate numpy array 
Python :: ternary operator in list comprehension python 
Python :: installing blacksheep 
Python :: gitlab ci deploy key 
Python :: install python 3 ubuntu 16.04 
Python :: app.callback output is not defined 
Python :: variable bound to set python 
Python :: django add list to manytomany 
Python :: best website to learn python 
Python :: ring Using Lists during definition 
Python :: qtextedit unicode 
Python :: check string on substring godot 
Python :: matplotlib plot dpi - change format to svg 
Python :: Use of OfficeApi 
Python :: consider a string note: "welcome" statment will rais error 
Python :: Print the multiple data types in a single program in list data structures 
Python :: Print Wavelet modes 
Python :: django reverse accessor clashes for abstract class 
Python :: how to code a jumping function in python 
Python :: pyglet key hold 
Python :: python string copy 
Python :: code suggestion html not working in django-html 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =