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,332 views
•
link
updated
by
Pierre Lindenbaum
17K
• |
written
by
devhimd
1
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 0Hi, I want to generate a consensus sequence of a large number of amino acid sequences using python. For example, If there are three different …
-
Splitting several PDB files into chains and save as separate files
written by Jonathan Lefebre 7I 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 1I 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 0Hi,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 0Hi, 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 0Dear 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 0<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 0Hello! 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. …
-
pdb id converter to gene id of EBI
written by gbahramali 2Hello I have many (1000000 pdbid) pdbid, could you please tell me how convert pdb id to gene accession number.
-
Selenocysteine In Pdb File
written by alvieirajr 0<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