Foss: Biopython - English

Outline: Important features of Biopython. Information regarding download and installation on Linux Operating System. Create a sequence object for the given DNA strand. Transcription of the DNA sequence to m..

Basic

Foss: Biopython - English

Outline: 1. Generate a random DNA sequence. 2. Slice the DNA sequence at specified locations. 3. Join the two sequences together to form a new sequence (Concatenate). 4. Find the length of the seq..

Basic

Foss: Biopython - English

Outline: Download FASTA and GenBank files from NCBI database website. Parse data files using functions in Bio.SeqIO module. Use parse function (Bio.SeqIO. Parse()) to extract information such as sequence id'..

Basic

Foss: Biopython - English

Outline: Create Sequence Record Objects. Write sequence files using write function of Sequence Input/Output module( Bio.SeqIO. write()). Convert between file formats. Sort records in a file by length.

Basic

Foss: Biopython - English

Outline: Run BLAST for the query sequence over internet through NCBI BLAST service. Use qblast function in NCBIWWW module to run blast for a nucleotide sequence. Save the output xml file in home folder. Par..

Basic