PDB to FASTA
I have many pdb files I want their fasta files.
python code to convert a large number of PDB files to fasta
fasta
to
pdb
• 4,292 views
•
link
updated
by
Pierre Lindenbaum
•
written
by
devhimd •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Generating a consensus sequence of a large number of amino acid sequences in python
written by unicorn2kang •Hi, I want to generate a consensus sequence of a large number of amino acid sequences using python. For example, If there are three different …
-
SABDAB Blast database
written by Ryan •Hello All, This is all very new to me and I wanted to receive some input. I would like to create a SABDAB database with …
-
Splitting several PDB files into chains and save as separate files
written by Jonathan Lefebre •I am trying to split a large number of pdb files using Biopython and then save them as separate files called pdbid_chain.pdb . So far …
-
gff file
written by devhimd •I have a GFF file of the UniProt I want to extract the lipidation, modified residue and its modifications, and the residue number on how …
-
PDB id to DSSP
written by amir_zarghami_13 •Hi,I’m a masters student studying Bioinformatics, I’m new to the field. My problem is that I need to get the DSSP file for a large …
-
Calculating p-distance for multiple fast files
written by Miguy •Hi, I have over 3000 fasta alignment files, I want to calculate the p-distance for each fasta file and print the results in a new …
-
metabolite mapping - from PDB ligand to KEGG
written by bioraghu.iisc •Dear all I am having some problem in mapping many of my PDB Ligands (Hetero ID for pdb ligands) to KEGG IDs or Chebi. As …
-
Convert .ab1/.abi sequence file to FASTA?
written by cossio •<p>What tool can I use to convert a large number of .ab1 sequence files to FASTA?</p> <p>Ideally a free tool I can execute from the …
-
retrieving fasta files from pdb, code
written by fareehakanwal90 •Hello! I want to download some sequences from pdb. i.e. I want to download their fasta files. Downloading one by one is a tedious task. …
-
Selenocysteine In Pdb File
written by alvieirajr •<p>Hi!. Is normal replace the Selenocysteine (code: SEC, see) by a Alanine (ALA) ? </p> <p>To the <strong>1GP1</strong> Entry in the PDB databank I see …
You can adapt this code to make it work with multiple input: to extract fasta file from PDB and obtain the content of file only as protein sequence
i have tried but it was not working
What have you tried exactly and why didn't it work ?
I have an list of 10000 PDB files and I want their respective fasta files