Csharp For Programming In Bioinformatics
1
0
Entering edit mode
12.8 years ago
Reyhaneh ▴ 530

Hi;

I am programming using c#. and I wanted to know if any one knows a c#-based parser for PDB files? the only available c# class libraries I have found are at this site: http://www.kofler.or.at/bioinformatics/biosharp.html. Are there any other sources?

Cheers;

c pdb • 8.6k views
ADD COMMENT
2
Entering edit mode

I don't know what the library is capable of but I think that's one of your best shots: What Do You Think Microsoft Biology Foundation?

ADD REPLY
0
Entering edit mode

Great! Thank you

ADD REPLY
3
Entering edit mode
12.2 years ago
Hamish ★ 3.2k

.NET Bio, the successor to Microsoft Biology Foundation (MBF) (mentioned by Michael in the comments), would be worth looking at, but from what I can see it is currently sequence centric and doesn't appear to have support for structure data.

Since Microsoft uses the acronym PDB for a development artefact, Google isn't much help with the obvious search terms... however rummaging around on CodePlex does find a couple of structure visualisation tools, which may be worth looking into:

Another option which may be worth considering is using the multi-language support in .NET to use a PDB parser implementation from another language. This provides the option of using one of the more mature bioinformatics libraries from your C# code. So you could use:

While this is a little more complex to set-up than a C# implementation, it will provide access to most of the features available in these libraries.

ADD COMMENT
0
Entering edit mode

Thanks for the useful information.

ADD REPLY

Login before adding your answer.

Traffic: 2710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6