I want to extract all Nitrogen of amino acid LYS and O5' Oxygen of DNA which are less than 5 angstrom apart by using Biopython from pdb file 1ca5
https://files.rcsb.org/view/1CA5.pdb this is the link to PDB file I am interested in
python
biopython
• 1,708 views
•
link
updated
by
Biostar
•
written
by
aditya.k311998 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
NOVOPlasty assembly fails with “INVALID SEED” using first read as seed
written by Buddha •Hello, I am trying to assemble a complete mitochondrial genome using NOVOPlasty from filtered paired-end FASTQ files. The files I am using are: [ERR322446.filtered.A.fq][1] [ERR322446.filtered.B.fq][2] …
-
PDB related issue
written by Nafi •I am having trouble in the following pdb: [1M7D pdb link][1]. The problem is: in chain A, after residue id 27 there are 5 other …
-
how to count the number of reads align per viruses in my sample
written by viviane20 •Hello, I would like to count the number of reads aligning per viruses in my sample based on the output of minimap2 in a bam …
-
Create custom sequence database for HHBLIT from the PDB
written by sizeineb •Hello, I am interested in creating a custom sequence database from the PDB for use with HHBLIT. Since I am not familiar with this tools, …
-
How to extract subset of protein structure (PDB format) file based on a subsequence of protein
written by gundalavI looking at a particular protein structure called [**2LY4**][1] accessible from [RSCB PDB][1] website. The corresponding fasta sequence for that structure is [this][2]: >2LY4_1|Chain A|High …
-
How can I find the the helixID and length of each helix in a PDB file please
written by ishackmHi everyone, I would like to find the helix ID and the length of each helix in the following PDB file: https://files.rcsb.org/view/5O5Z.pdb I can't seem …
-
Fetching data from https url with Python 3.7
written by konstanzeta •Hi all, How do I use urllib.request module in Python 3.7 to open a pdb file? The URL I’m using is http://files.rcsb.org/download/1N5O.pdb. I’ve read about …
-
about Grep the complete sequences containing a specific motif in a fasta file
written by taojincs •How to Grep the complete sequences containing a specific motif in a fasta file? Also, I want to include the lines beginning with a ">" …
-
Please help me explain this fig. DEseq pval vs rank
written by DinaDina •I am trying to create this fig. according to DESeq. rs is rowsum. But I get a fairly amount of significant genes at low counts …
-
How I Get The Fasta Sequences Of Proteins From A List Of Protien Pdb Id
written by heath •If I have a list of pdb id of protein along with the beginning and end of sequences I am interested in, is there a …
If you only want to find pair of atoms that are explicitly listed in the file (i.e. if you want to ignore symmetry operators -- a LYS residue could be far from a particular O5' atom in the same asu, but close to its symmetric image) then it's simple. But in general, if you want to account for crystal symmetry, I don't think that Biopython can help.
you could also install VMD....load the file....make the selection of what you want to keep.... write a new pdb