Tiezheng Yuan Ph.D.
The way from the bench to the computer, and from analytic work to bench work!
Showing posts with label
Bioinformatics in Python
.
Show all posts
Showing posts with label
Bioinformatics in Python
.
Show all posts
Monday, June 5, 2017
python: the longest palindromic substring (7)
python: the longest palindromic substring (7)
Abstract
:
Given a string, find the length of the longest palindromic substring.
Read more »
Friday, September 4, 2015
Bioinformatics in Python: analyze SAM file
Abstract: SAM stands for sequence alignment determined by the aligner namely Bowtie.
Read more »
Monday, August 17, 2015
Bioinformatics in Python: CpG islands
Abstract: hunt CpG islands in a genome sequence
Read more »
Sunday, August 16, 2015
Bioinformatics in Python: filter DNA sequence
Abstract: filter DNA sequences from the sequence from the GenBank format
Read more »
Friday, August 14, 2015
Bioinformatics in Python: Download genome sequences from Ensembl
Abstract: The script is used for download the newest version genome annotations.
Read more »
Thursday, August 13, 2015
Bioinformatics in Python: Retrieve GO annotations
Abstract: retrieve GO annotations with a given specie from ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/
Read more »
Bioinformatics in Python: retrieve GO terms
Abstract: Retrieve GO(Gene Ontology) terms from http://geneontology.org/, and save them into a dictionary
Read more »
Saturday, August 8, 2015
Bioinformatics in Python: retrieve sequence from NCBI
Abstract: retrieve genome sequence from the ftp site of NCBI, and save them into a fasta file in order
Read more »
Friday, August 7, 2015
Bioinformatics in Python: calculate Kmer
Abstract: k-mer counting of a DNA sequence
Read more »
Bioinformatics in Python: hunt motif
Abstract: implement regular expression to hunt motif sequences
Read more »
Bioinformatics in Python: amino acid residues
Abstract: hunt amino acid residues and calculate its percentage
Read more »
Bioinformatics in Python: read the file in gtf/gff3 format
Abstract: read gtf file and extract genome annotations
Read more »
Thursday, August 6, 2015
Bioinformatics in Python: Trim adapters
Abstract:Trim adapter’s sequence at the 3‘-end of reads
Read more »
Wednesday, August 5, 2015
Bioinformatics in python: splice DNA
Abstract: get exons and introns
Read more »
Tuesday, August 4, 2015
Bioinformatics in Python: enzyme digestion
Abstract: module the process of enzyme digestion
Read more »
Monday, August 3, 2015
Bioinformatics in Python: GC content
Abstract: calculate GC content with a given DNA sequence
Read more »
Saturday, August 1, 2015
python: string (4) compress string
Abstract: compress string using numeric string or the zlib module for saving memory usage
Read more »
bioinformatics in python: enzyme sites of genome sequences
Abstract: get all positions of a given enzyme sites
Read more »
Wednesday, July 29, 2015
python-bioinformatics: read fastq file
Abstract : get coordinate, read sequences, and Q values from a fastq file using mycode and biopython
Read more »
python-bioinformatics: read fasta file
Abstract: read fasta file using mycode and biopython
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)