Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
176 views

Protein structure visualization

I've been asked to work on Protein structure visualization, something like RasMol where a user will be opening a pdb file to get the protein structure. So I would really appreciate If someone can ...
3
votes
2answers
59 views

How to find similarity percentage for multiple alligned sequence

My question is related to protein sequence alignment. When I use ClustalW for alignmnet I can see the identity percentage, strongly similar and weekly similar. But I want to find similarity percentage ...
2
votes
1answer
297 views

DNA to RNA and Getting Proteins with Perl

I am working on a project(I have to implement it in Perl but I am not good at it) that reads DNA and finds its RNA. Divide that RNA's into triplets to get the equivalent protein name of it. I will ...
2
votes
2answers
49 views

Commercial databases adept in storing biological sequences

Which commercial databases are adept in storing biological sequences like Protein/DNA sequence? Are there any which were designed specifically to store such sequences? cheers
1
vote
3answers
233 views

OpenGL code to render ribbon diagrams for protein

I am looking to render ribbon diagrams of proteins using OpenGL and C++. Does anyone know if any open source code for this already exists, or if there are good guides to do this? If not, I'd prefer ...
0
votes
0answers
17 views

Free descriptors for protein sequences

i am looking for a way to describe protein sequences by a Neural Network. However i am still missing some descriptors i can use. Do you know of free descriptors or better a descriptor package i could ...
0
votes
1answer
16 views

pdb protein bank format - ligand removal

I would like to remove various ligands from PDB records. Is it just sufficient to remove HET, HETNAM,HETATM...., ie. those, where is compound identified with its 3letter code, or is it necessary to ...
0
votes
0answers
39 views

Modeller script build_profile.py doesnt get the correct output

9 for protein structure modelling, by the way it runs on python2.3, i made the installation previously, when i run the script the output isnt rigth it should be an aligment of all the protein ...
0
votes
2answers
341 views

Simple PDB Library

I am looking for a simple C++ library for extracting atom coordinates from a pdb file. Most I've come across do too much for my simple needs, making them unnecessarily complex.