Biopython is a set of freely available tools for biological computation written in Python.
1
vote
0answers
28 views
Attempting to Obtain Taxonomic Information from Biopython
I am attempting to alter a previous script that utilizes biopython to fetch information about a species phylum. This script was written to retrieve information one species at a time. I would like to ...
1
vote
1answer
14 views
TypeError when attempting to parse pubmed EFetch
I'm new to this python/biopyhton stuff, so am struggling to work out why the following code, pretty much lifted straight out of the Biopython Cookbook, isn't doing what I'd expect.
I'd have thought ...
0
votes
1answer
28 views
BioPython Pubmed Eutils url?
I'm trying to run some queries against Pubmed's Eutils service. If I run them on the website I get a certain number of records returned, in this case 13126 (link to pubmed).
A while ago I bodged ...
1
vote
2answers
98 views
search sequence in genome with mismatches
i have a fastq file with more than 100 million reads in it and a genome sequence of 10000 in length
i want to take out the sequences from the fastq file and search in the genome sequence with ...
1
vote
1answer
34 views
How to find sequence with identical name in two very large fasta file and join them with a gap?
I have two very large fasta file, both are around 2GB. They have some sequences share same name, so it is like:
in R1.fasta:
">ABC001 ACTGTGTCGTG
">ABC003
ACTGTGTCGTG
">ABC005
ACTGTGTCGTG
...
0
votes
1answer
36 views
BioPython consensus sequence with gaps coded as 'N' and polymorphisms as ambiguities
I am trying to write code to get a consensus sequence for each of the 100+ files of individual fasta alignments in a folder. To start I just wanted to get the consensus for one sequence (then I will ...
0
votes
1answer
49 views
ORF and amino identification using BioPython's translate() method— incorrect translations?
I am trying to teach myself bioinformatics, arriving to the party by way of computer science and high performance computing. (Essentially, I'm trying to learn the biology.) I've recently discovered ...
0
votes
0answers
35 views
why I get different output running the same program in two different machine with same specification
I have a python program which uses bio-python and blast and it accepts the command line. I run this program on Centos 5.3 final. The problem is that I have this on two different machine with exactly ...
0
votes
1answer
37 views
Changing color of fetched amino acids
I want to write a PyMOL script to change a color of an amino acid in the XYZ position (or somehow put some marker with label in the XYZ position).
Does any body know how to do this ?
Thanks
0
votes
1answer
16 views
BetweenPosition and WithinPosition in Biopython
What is the difference between "BetweenPosition" and "WithinPosition" in Biopython.
It seems like one of them is inclusive of the endpoints, and the other is not -- but the description in the ...
0
votes
0answers
20 views
How to run codeml (aaml) from Biopython?
I'm trying to find dN/ds values for a bunch of amino acid sequences in a phylogenetic tree using the aaml part of codeml in BioPython. Unfortunately, I get an error when running it (results file is ...
1
vote
1answer
22 views
Sort rps-blast results by position of the hit
I'm beginning with biopython and I have a question about parsing results. I used a tutorial to get involved in this and here is the code that I used:
from Bio.Blast import NCBIXML
for record in ...
2
votes
1answer
66 views
Opening multiple python files from folder
I am trying to take a folder which contains 9 files, each containing FASTA records of separate genes, and remove duplicate records. I want to set it up so that the script is called with the folder ...
0
votes
2answers
65 views
biopython test_Tutorial … FAIL
I'm fairly new to programming. I'm trying to install biopython on mac os x 10.5.
This is what I did so far. 1. installed xcode 2. installed numpy 3. ran these commands in terminal python setup.py ...
-1
votes
1answer
92 views
How to use python get results from uniprot automatically
I wanna use a Gene Ontology term to get related sequences in Uniprot. It is simple to do it manually, however, I wanna use python to achieve it. Anybody has ideas with it? For example, I have ...
0
votes
1answer
28 views
Which Alphabet type should I use with FASTA files in Biopython?
If I'm using the FASTA files from the link below, what Alphabet type should I use in Biopython? Would it be IUPAC.unambiguous_dna?
link to FASTA files: ...
0
votes
0answers
53 views
Reading multiple blast files (biopython)
I'm trying to read a list of XML files generated through multiple sequence submissions to the NCBI blast website. From each file, I want to print certain lines of information.
The files I want to read ...
1
vote
1answer
188 views
Extract sequences from a FASTA file based on entries in a separate file
I have two files.
File 1: a FASTA file with gene sequences, formated like this example:
>PITG_00002 | Phytophthora infestans T30-4 conserved hypothetical protein (426 nt)
...
0
votes
2answers
84 views
AlignIO cannot find records in FASTA file
I want to start using Biopython to align sequence files, but the library keeps giving me errors. My code is as follows:
from Bio import AlignIO
import Bio
alignment = ...
0
votes
1answer
73 views
In python, how can temporarily extract information from a file, and use that information to manipulate the same file
So I have been coming across this problem a lot lately. Say I have a text file from which I need to read the file, store some values in a list. Next, I want to use that the information in that list to ...
0
votes
1answer
28 views
DBSeqRecord cannot access annotations, features using BioSQL under BioPython
Running on Ubuntu 12.10 with Python 2.7, latest BioPython and BioSQL.
I have successfully established the MySQL-based BioSQL server, and I can load sequences into the system properly (or they seem to ...
1
vote
1answer
334 views
Installation of biopython - python 3.3 not found in registry
I am trying to install biopython to run with Python 3.3 on a Windows7 computer.
I have downloaded the biopython executable biopython-1.61.win32-py3.3-beta.exe. When I attempt to run the executable, ...
0
votes
0answers
35 views
Is there a way to iterate over Bio.trie in a memory-friendly way?
I would like to use a Bio.trie as an index for sequences to count how many time each of them occurs in a dataset. The index is created like this:
seqs = trie()
for seq in dataset:
if ...
0
votes
2answers
80 views
Counting occurrence of specific character per gene in fasta file using python
I have a fasta file as follows:
>SO_0001
MTKIAILVGTTLGSSEYIADEMQAQLTPLGHEVHTFLHPTLDELKPYPLWILVSSTHGAGDLPDNLQPFC
KELLLNTPDLTQVKFALCAIGDSSYDTFCQGPEKLIEALEYSGAKAVVDKIQIDVQQDPVPEDPALAWLA
QWQDQI
...
0
votes
0answers
234 views
error: command 'gcc' failed with exit status 1 while installing biopython
I get the following error while installing Biopython, if some could help me fixing this, it would be great. I am installing on Mac OS X, 10.6.8 and I do not have Xcode. Any solutions without ...
1
vote
1answer
70 views
Output identical columns from multiple sequence alignment
Hello. I am writing a function to find identical columns of alignment and then store those columns in a dictionary such that key should be the column (as a string) and the value is a list containing ...
0
votes
1answer
155 views
urllib2.HTTPError Python
I have a file with GI numbers and would like to get FASTA sequences from ncbi.
from Bio import Entrez
import time
Entrez.email ="eigtw59tyjrt403@gmail.com"
f = open("C:\\bioinformatics\\gilist.txt")
...
1
vote
3answers
117 views
Retrieve all molecules from smiles file
I am working on .smiles files. File structure of .smiles file is : http://en.wikipedia.org/wiki/Chemical_file_format#SMILES
I want to get all the atoms from the smiles file. It means that If there ...
-1
votes
1answer
52 views
Get protein monomers in an automated way
For a given set of protein structures in pdb format from the PDB database, I would like to find some automated way for checking whether each structure is monomer, dimer, trimer, etc, so I only get for ...
1
vote
2answers
135 views
alignment of sequences
I want to do pairwise alignment with uniprot and pdb sequences. I have an input file containing uniprot and pdb IDs like this.
pdb id uniprot id
1dbh Q07889
1e43 P00692
1f1s Q53591
...
-1
votes
1answer
58 views
inputting and aligning protein sequence
I have a script for finding mutated positions in protein sequence.The following script will do this.
import pandas as pd #data analysis python module
data = ...
0
votes
3answers
143 views
python with .pdb files
I am working on bio project.
I have .pdb (protein data bank) file which contains information about the molecule.
I want to find out the following of a molecule in the .pdb file:
Molecular Mass.
...
3
votes
2answers
131 views
Subprocess.call or Subprocess.Popen cannot use executables that are in PATH (Linux/Windows)
I'm writing a programme that needs to run on both Linux and Windows and use executables (with parameters) that exist in the path. (Assumed)
Currently I'm having trouble running executables in windows ...
1
vote
1answer
98 views
Issue with Bio.Entrez and protein in Biopython 1.60
I'm having a issue using Bio.Entrez to search a protein. I'm doing this:
>>> handle=Entrez.esearch(db="protein", term="insulin AND homo")
>>> record=Entrez.read(handle)
Traceback ...
0
votes
2answers
119 views
Renumbering tab delimited data in two columns relative to contents of a third column [closed]
I have another data manipulation question. So I have this .gtf file of tab delimited data and I need to extract certain features. This was simpler before when all I had to do was extract the gene ID, ...
4
votes
1answer
85 views
How to retrieve all possible combinations given a sequence of keys from a dictionary with list values
I have for instance this dictionary
d={'M':['ATG'],'D':['GAC','GAT'],'E':['GAA','GAG']}
What I'd like to have as an output given a sequence of keys is a list with all possible sequences. (could be ...
2
votes
4answers
271 views
How to count amino acids in fasta formated file?
I found the code that parses the fasta frmated file. I need to count how many A, T, G and so on is in each sequence, for example:
>gi|7290019|gb|AAF45486.1| (AE003417) EG:BACR37P7.1 gene product ...
2
votes
1answer
190 views
Changing Biopython include path for compilation during pip installation
I'm trying to install Biopython (a python package) using PIP on my work machine (OpenSuse x86_64).
It all goes fine until it tries to do some compilation using numpy headers
gcc -pthread ...
0
votes
4answers
121 views
Extracting specific data from a file and writing it to another file
I tagged python and perl in this only because that's what I've used thus far. If anyone knows a better way to go about this I'd certainly be willing to try it out. Anyway, my problem:
I need to ...
1
vote
1answer
120 views
Microarray hierarchical clustering and PCA with python
I'm trying to analyze microarray data using hierarchical clustering of the microarray columns (results from the individual microarray replicates) and PCA.
I'm new to python. I have python 2.7.3, ...
0
votes
1answer
150 views
HTTPError with example biopython code querying pubmed
I want to query pubmed through python. I found a nice biology related library to do this:
http://biopython.org/DIST/docs/tutorial/Tutorial.html
I found some example code here:
...
0
votes
1answer
50 views
Importing SS_cons from stockholm (Rfam) alignment using Biopython
Does anybody know how to recover the SS_cons from a multiple alignment (stockholm, Rfam) with Biopython? The file is read in as a AlignIO object. I'm importing a multiple alignment (1990 sequences) ...
2
votes
4answers
226 views
Filtering a FASTA file based on sequence with BioPython
I have a fasta file. From that file, I need to get the only sequences containing GTACAGTAGG and CAACGGTTTTGCC at the end and/or start of the sequence and put them in a new fasta file. So here's an ...
0
votes
1answer
361 views
Parse only top 3 hits from BLAST output with NCBIXML
I modified a piece of code as below to parse desired information from BLAST XML output.
import csv
from Bio.Blast import NCBIXML
blast_records = NCBIXML.parse(open('PGblast.xml', 'rU'))
output = ...
1
vote
1answer
81 views
find a alpha-numeric entry in tab delimited file with python
I'm trying to perform a GOs annotation using the SIMAP database which is
Blast2GO annotated. Everything is fine, but I have problems when I try
to find the accession number in the file where entry ...
0
votes
1answer
53 views
searching for alternative codons in amino acid sequence
I need to convert the sequence from e/g "SSSGGTT' to a DNA sequence using alternate codons, that creates different variants of the same amino acid sequence. The goal is to find a unique restriction ...
0
votes
1answer
93 views
Catch Genbank File parsing error in Biopython
I have used the BioPython Entrez module to download a list of genbank files along the lines of this post. In subsequently parsing these files I come across an error because the genbank file I have ...
0
votes
1answer
142 views
How to use Biopython on PyPy?
I know that PyPy has problems with Numpy and other stuff in Biopython, but not all BioPython modules use this things...
Somebody knows how import and use the module Bio into PyPy?
0
votes
1answer
64 views
Biopython translation script not working?
I'm new to Biopython and I simply want to translate a DNA Fasta file and write the output to a new file. I thought it would be easy but I can't get the script to work.
Here is my attempt:
...
0
votes
1answer
67 views
can't get entrez to return mesh terms using biopython
quick question -- first time using biopython and I'm just trying to jury-rig something real quick based on tutorials.
I can't seem to get Entrez.efetch() to return mesh terms for a given article, and ...

