DirectoryAcademicsBlog Details for "Applied Bimatics"

Applied Bimatics


Applied Bimatics
A Bioinformatics Blog for Bioinformaticians to post research ideas related to application of Bioinformatics tools and algorithms in a clinical setting.

Articles

Protein-Protein Docking Problem.
2008-01-11 09:44:00
I am looking for a solution to the following problem. Any insight will be greatly appreciated. A membrane receptor (A) has an extracellular domain (AE), transmembrane domain (AT) and intracellular domain (AI). A bacteria (B) binds to (AE) leading to dimerization of (A) at (AT) and subsequent downstream signaling through (AI). (A) has no known natural ligands. (A) has one known inhibitor (I) binding to (AE) The structure of (AE) bound to (I) is available from PDB. How do we identify which protein in (B) binds to (AE). The obvious solution is to dock all proteins with known structures in (B) to all known pockets in AE. Any better solutions?
More About: Protein , Problem
The art of taking online help:
2007-11-01 19:22:00
I am not a big time researcher with lots of international experience. However I would like to make an attempt to suggest few guidelines for the young Indian bioinformatician, seeking online help for project or showcasing their profile online.How to address a researcher online? Generally in research community, people are not bothered much about show of respect. Hence sir, respected sir, the most adorable etc can be translated to lack of confidence or to too much submissiveness. Hence it is appropriate to address anybody by the second name adding the appropriate title. Just using the first name is also OK. However title is often taken seriously and addressing a Dr/Prof as Mr is a cardinal sin even if you add a liberal dose of sir/almighty to that.Career guidance is often done face to face or over the phone or through forums specifically dedicated for that. However before posting career guidance questions to forums search the forum for similar questions unless your profile is unique. Q...
More About: Online , Taking
Bioinformatics Projects
2007-03-02 13:34:00
I feel bioinformatics projects broadly fall into three categories.Academic project as part of UG or PG course.Professional projects for biotech/drug companiesHobbyist/personal projectsWhen you do an academic project it is important to achieve a preset target within a limited time frame. Hence you have to adopt a bottom up approach wherein you know what your final result is going to be and work your way up. It is always better to keep it simple. You always have time to do more complicated things later on.Professional projects also have a predefined goal. However it has a wider scope but often has the backing of a team. Funding is also available. This is what most of us aspire to do once we become full fledged professionals.The third type of projects is for people who are not primarily bioinformaticians, but try to explore this nascent specialty, keeping their field as the initial entry point. They often try a top down approach and may not be always successful!Let me suggest the follo...
More About: Projects , Bioinformatics
Counting conditional Occurrences using Prolog.
2006-09-05 19:36:06
Counting conditional occurrences using Prolog.I wanted to implement the following rule in prolog for my IISA project.If the percentage of coil region is greater than 20% the homologue detection algorithms may become unreliable. The coil module of IISA returns prolog database in the following format.coil(105,a,0.000).coil(109,g,0.001 ).coil(110,l,0.004).coil(111,l,0.014).coi l(112,v,0.055).coil(113,g,0.055).coil(114 ,s,0.371).coil(115,e,0.416).coil(116,k,0. 860).coil(117,v,0.955).coil(118,t,0.998). coil(119,m,0.999).coil(120,q,0.999).coil( 121,n,0.999).ie coil(position, aminoacid, probability of being part of coil).I wanted to count the number of facts with the probability exceeding a cutoff value, say 0.7. Though it is simple problem, I could not find any solution for this even after googling for few hours. Finally I found this code on the net.%Code to count the number of proofs for a goal. Found on the net.count_proof(Goal, N) :-      &nb sp;   ...
More About: Sing , Condition , Count , Condi , Counting
Translation
2006-08-10 19:27:06
Tran s lation Today I learnt few concepts in protein expression which I found very interesting. As we all know, because of the redundancy of the triplet code, it is possible to preserve aminoacid sequence coding while varying the nucleic acid code. This can even happen as a silent mutation. However the availability of corresponding tRNA for each triplet varies from species to species. The translational efficiency of each code may be different (some times to a very great extend) though all may code for the same product. All silent mutations may not be silent after all. Few codon pairs exist in relative abundance which may act as translation pause sites and slow down translational process. The tRNAs that bind during the translation of such a biased pair appear somehow incompatible. These codon pairs vary from species to species. These points need to be considered while designing a gene for expression systems. Designing and implementing an algorithm to optimize th...
More About: Translation
Good Clinical Practice GCP
2006-08-10 19:27:06
Good Clinical Practice (GCP) guidelines GCP has two important goals: protection of the subject, and protection of the data which is possible only through adequate training of all concerned staff. An independent audit is needed to ensure compliance to the standards. US FDA acts as enforcement officers. As they are less flexible unconventional approaches have no scope. European agencies are more flexible but they need to be convinced. The Declaration of Helsinki issued by world medical association insists that all research subjects must be fully informed about the nature and risks of a clinical trial. Protocol design is a responsibility of the investigator and need to be assessed by the concerned ethical committee. The principal investigator has an overall responsibility over the entire project. Informed consent which includes signing a consent form and a recruiting interview preferably by the physician is extremely important. Though not absolutely necessary it is a good pr...
PLoS Clinical Trials
2006-08-10 19:27:06
Clinical trials, particularly randomized trials are critical in delivering reliable evidence about the efficacy of an intervention. Clinical trial data can also provide important information about the potential adverse effects of treatment. Currently, not all trials on human participants are reported in the peer-reviewed literature. PLoS Clinical Tria l s aims to fill this gap. As an open-access journal, all articles published in the journal will be immediately and freely available online. Join them in supporting these goals, and get your paper read by the widest possible audience: submit your trial results today.[Download Poster.]
More About: Clinical Trials , Trials , Rial
VigyaanCD
2006-08-10 19:27:06
Setting Up your own Bioinformatics workstation using VigyaanCDVigyaanCD at http://www.vigyaancd.org/has a nice collection of bioinformatics software and is worth downloading. It will boot directly from the CD and needs very little linux expertise as the X-windows system is almost like windows. However I wanted to use it along with windows and I did not want to reboot every time I switch operating system. This is the story of how I set up VigyaanCD on a second hand PIII and use it from my win XP laptop.I bought a second hand IBM PIII, 450 MHz, 10MB HDD and 128 MB RAM. I formatted the hard disk and added the following partitions/boot 2GB (ext2), /knophome 6GB (ext2) /knopswap (vfat) /dos (vfat)My video card supports only 800x600I copied the CD image to the boot partition with the knoppix tohd =/dev/hda1 command. I created a persistent home directory in /knophome partition and a swap in /knopswap I start with the following command.Knoppix screen=800x600 fromhd home=scan noprompt noejec...
Coiled Coils
2006-08-10 19:27:06
Coil ed coils consist of two to five amphipathic alpha -helices that twist around one another to form a supercoil which can be left-handed or right-handed. Left handed ones show a seven-residue periodicity and the right handed one a 11 residue periodicity the stability of which is achieved by a knobs-into-holes packing of apolar side chains into a hydrophobic core. By modulation of their polar interactions, many different properties like extreme thermo stability can be achieved. Coiled coils are involved in signal transduction or molecular recognition. They provide mechanical stability to cells and are involved in movement process. Charged residues are frequently found at coiled coil interfaces. The building blocks of IF architecture is an elongated coiled coil region (which inturn contains monomeric 1A and dimeric 1B, 2A and 2B sub segments connected by short linkers) flanked by non helical end domains. The dimeric 2B contains a discontinuity in the heptad repeat pattern...
More About: Oils
Vigyaan CD Part II [NX SERVER]
2006-08-10 19:27:06
Running NX server & accessing it from windows machines.To start NX server, click on KNOPPIX -> Services ->NX server.The script is supposed to add a new user called nxuser. However this functionality is not working properly in Vigyaan 1.0. Hence you have to use the root account or the default knoppix account. But by default both these accounts do not have passwords. Hence you have to set a password for both these accounts.Click on the terminal icon on status bar. supasswd<change the password>Close the terminal windowSystem ->kduserSelect knoppixUncheck Disable account?Click Set password and set a new password.Now on your windows machine download and install nx client from NOMACHINE.Find the local IP of the vigyaan box by typing ifconfig in a terminal window. Now you can access vigyaan box from your windows machine.
More About: Server , Part , Serve
Zostavax
2006-08-10 19:27:06
Merck recently gained approval for a vaccine called Zostavax for preventing herpes zoster reactivation in elderly people. This live virus vaccine is unusual in that it is to prevent reemergence, not to prevent initial infection. Can the same concept be used for recurrent herpes simplex infection which is much more disabling than herpes zoster in younger people?
Gain-of-function mutation
2006-03-01 19:59:00
Gain-of-function mutationToday I learned about a concept (new to me) called gain of function mutation. A mutation in Loricin gene (LOR 730insG) leads to a frame-shift and delayed termination, thus elongating the protein by 22 amino acids. And changing the Gly/Lys-rich domain into an Arg/Leu-rich terminal domain. Instead of being incorporated into the cell envelope, the mutant loricin is translocated into the neucleus as the mutant C-terminus acquires a new function of a nuclear targeting sequence.The authors have named the resulting phenotype as honeycomb palmoplantar keratoderma with ichthyosis with occasional features like pseudoainhums, prominent knuckle pads and collodion baby. This is however different from Vohwinkel syndrome (hearing impairment but no ichthyosis) and Olmsted syndrome (severe mutilation and periorificial keratotic plaques). The chapter on hereditary PPKs is already a nightmare for dermatology post graduates with umpteen syndromes. The recent advances make it no...
More About: Function
Plasmin
2006-02-25 10:51:00
PlasminProteinases play an important role in conditions associated with inflammatory desquamation of the skin like psoriasis, atopic dermatitis and netherton syndrome. Proteinase inhibitors keep their activity under check. Today I read an article [1] about such an inhibitor called LEKTI (lympho-epithelial Kazal-type-related inhibitor) and the corresponding gene SPINK5, mutations of which is responsible for Netherton syndrome. Authors found that domain 6 and domain 15 inhibit 2 key serine proteinases called hK5 and hK7. They also found that domain 15 with 3 disulphide bonds (and not domain 6) also inhibit plasmin. Plasmin is important in the pathogenesis of pemphigus vulgaris which basically is an autoimmune disease [2]. Hence LEKTI domain 15 may be useful in the treatment of pemphigus vulgaris too. The relevance of the fact that drugs with sulfhydryl groups induce pemphigus with respect to the above finding can be explored. Interested in further exploring LEKTI bioinformatically? Re...
DSG3 BJD 2006 Jan 15
2006-02-18 19:07:00
DSG3 (BJD 2006 Jan 154 pp67-71)I was always interested in doing some bioinformatics project on basement membrane zone molecules. Authors have studies various DSG3 SNPs and found two different haplotypes in UK and Indian pemphigus vulgaris patients. Authors have suggested further investigation of this gene.Structure of GPCRs (PLoS Comp Biol Feb 2006 2(2) p 88-99Feb 2006 PLOS Computational Biology journal has an interesting article about structure prediction of G Protein – Coupled Receptors. Authors have employed the new threading assembly refinement (TASSER) method to predict the structures for all 907 putative GPCRs out of which at least 820 is supposed to have correct folds. The structures are available for noncommercial use from the university website in my links database. It may be useful for my MC1R study too as GRK2 and 6 are GPCR kinases involved in MC1R signaling. Time to refine my protocol further.
Toll-like receptors
2006-02-07 15:47:00
Toll-like receptors.Ref: - British Journal of Dermatology 2005 153, pp1105-1113Today I read one interesting article titled “Induction of toll-like receptors by propionibacterium acnes”. Toll-like receptors (TLRs) are recently identified group of receptors with homologues in Drosiphila, important in immediate immunological response. 10 different types of TLRs have been identified which are trans-membrane proteins with a leucine-rich extracellular domain and a cytoplasmic domain, called the TIR domain, analogous to the fruit fly Toll protein. They bind to various bacterial antigens like peptidoglycans, Lipoarabinomannans or lipo polysaccharides. Inflammation in acne is due to induction of TLR-2 and TLR-4. Is there any similarity with MHCs?Any role in lepra reactions?Interested in exploring further?
More About: Toll
UIMA SDK from IBM
2006-02-06 20:11:00
UIMA SDK from IBMToday I explored the UIMA SDK from IBM. It is a software system that analyses large volumes of unstructured information, discover, organize and deliver relevant knowledge. An example they have sited as an application of UIMA is to find potential drug interactions by processing millions of medical abstracts. I will try to explore its application in medical diagnostics and find out whether I can use it in some way for my virtual dermatologist I am working on. Probably it has some applications in bioinformatics too!
Biomedical Research
2006-02-03 15:06:00
In this months biopharm I read about the spiralling cost of biomedical research. New drug approvals have flattened out in recent years, particularly for new molecular entities. As far as man power is concerned, over the last few years there has been an unprecedented increase in the number of bioinformaticians and there is no dearth of lead molecules. However clinical research personal failed to catch up and manufacturers are under pressure to find out more efficient ways to develop medical products. I think very soon the initial phases of clinical studies may become computer simulations and the actual human studies will become more targeted.
More About: Research
5UTR
2006-01-31 21:13:00
Today I read one article about 5 untranslated region or 5UTR which was a new concept for me. The translational efficiency of mRNA depends on various factors like the context of start codon, AUGs within 5 UTR and the structural stability of mRNA. The authors tried to find out the 5UTR features influencing the translational efficiency by comparing various High expression and Low expression mRNAs. They prepared a database out of this information called LEADER_RNA and the translational prediction algorithm.
help plss in protein structure prediction
2006-01-30 16:44:00
hi friends,My name is Abhijit Jadhav.I m doin my graduate project in secondary protein structure prediction using Neural networks.I had few doubts and would be very greatful if you ppl could slove it1.Is there some benchmark problem for secondary protein structure prediction using neural nets?2.Is there some neural network solution algorithm for protein structure prediction like RBF networks or SVM?Thnak youAbhijit
More About: Protein , Structure
Molecular Level
2006-01-29 19:28:00
Today I came across a very interesting home page belonging to Gale Rhodes, Professor of Chemistry, University of Southern Maine. The tutorials on Swiss PBD and Rasmol are interesting and the bioinformatics tutorial for beginners gives a broad overview which is useful even for the experienced. I have posted the link in the resource manager.
Methotrexate
2006-01-24 08:55:00
Psoriasis is essentially a proliferative disorder like Lamellar ichthyosis mentioned below. One of the most effective drugs in psoriasis is methotrexate (MTX). Though traditionally we see MTX as an antifolate drug, this does not fully explain its anti psoriatic effect. Various genetic polymorphisms and its effect on MTX cellular pharmacology are described. Can the Bioinformatics study of MTX polymorphisms and its effect on cell division in relation to mutations in Lamellar Ichthyosis (Which are very well characterized unlike Psoriasis) be useful? Post your thoughts here and contact me http://www.gulfdoctor.net/research.htm if you interested in exploring this together.
Lamellar Ichthyosis
2006-01-22 20:10:00
Lamellar IchthyosisToday a gentleman from UK came to me with photographs of his cousin with a rare autosomal recessive condition called ‘Lamellar Ichthyosis’ which I have posted in my Dermatology Blog. A review of literature shows that patients with lamellar ichthyosis have accelerated epidermal turnover with proliferative hyperkeratosis, in contrast to retention hyperkeratosis which is more common. This involves a mutation in the gene for transglutaminase 1 (TGM1). The transglutaminase 1 enzyme is involved in the formation of the cornified cell envelope. Please comment on the scope of exploring the TGM1 mutations with respect to this rare form of proliferative hyperkeratosis.
Welcome
2006-01-21 12:19:00
Welcome to BioBlog @ GulfDoctor.netI have designed three web applications for the bioinformatics community.First is an application to manage online resources for bioinformatics. You can add your links and invite others to see your links. You can maintain a list of your favourite links. There is a comprehensive search facility too. The database already contains more than 500 links. Second is an application to discuss a particular topic in bioinformatics. You can invite others to view your discussion and opine. You can also post related sequences and do blast search directly from the site.Both applications are combined under a single login here.Third is a bulletin board for bioinformatics where you can post a sequence along with a message and annotate a particular region. Visit my Group Research Page!
51352 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker