how to calculate te RSA values of each residue of a protein using DSSP?
How to calculate the RSA values of each residue of a protein using DSSP?
rsa
proteins
• 613 views
•
link
updated
by
Ram
4.5K
• |
written
by
raul enrique
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How can I get B factor value of a specific amino acid of a protein sequence, from DSSP?
written by Qingyang Xiao 16How can I get B factor value of a specific amino acid of a protein sequence, from DSSP? https://swift.cmbi.umcn.nl/gv/dssp/ It seems no functions/buttons that could …
-
Error in DSSP Module of Biopython
written by anasjamshed 14I am trying to get RSA through the DSSP module of PDB by using : from Bio.PDB import * parser = PDBParser() io = PDBIO() …
-
BioPython DSSP keyerror for a specific PDB file (1YYJ)
written by sajid 2I am extracting secondary structural information from PDB files using DSSP with Biopython. For a specific PDB file (1YYJ), I am getting KeyError: ('A', (' …
-
How to extract calculated RSA values from dssp and its corresponding residue?
written by tpm 3Hello. I ran this code below from Bio.PDB import * parser = PDBParser() io = PDBIO() structure = parser.get_structure('3F9R', '3F9R.pdb') model = structure[0] dssp = …
-
Biopython module Bio.PDB.DSSP issue with solvent accessible surface area?
written by westin.kosater 8Hello I am working with PDB files in biopython, and I need a quick way to calculate the relative solvent accessibility (RSA) of each residue …
-
Topology of residues in proteins
written by agonic 2I have a large dataset of Uniprot-Accessions for proteins. If I look at a specific position in these protein's sequences, I want to know if …
-
Calculate the propensity values of amino acids in a protein subset
written by suryanarayanaseera5 1I have 900 PDBs and I would like calculate the propensity values of amino acids in different secondary structures which are got by sstruc program. …
-
Is there any easy way to get ASA/RSA for the whole PDB?
written by ajingnk 13I want to get the accessible surface area for each residue of a protein structure. I need to do that for biological assembly and remove …
-
Java Api To Calculate Accessible Surface Area
written by Arnaud Ceol 86<p>Dear all, </p> <p>Do anyone knows about a Java API I could use to calculate the available surface area of a residue based on the …
-
Protein Sequence Alignment
written by kylejudita 9<p>I want to know how to call Blast from java code, I have wildtype residue, mutant residue, position of mutation, and protein sequence</p> <p>I want …