background preloader

NCBI programing

Facebook Twitter

Blast

Apache Tutorial: Introduction to Server Side Includes. Available Languages: en | ja | ko Server-side includes provide a means to add dynamic content to existing HTML documents. Introduction This article deals with Server Side Includes, usually called simply SSI. In this article, I'll talk about configuring your server to permit SSI, and introduce some basic SSI techniques for adding dynamic content to your existing HTML pages. In the latter part of the article, we'll talk about some of the somewhat more advanced things that can be done with SSI, such as conditional statements in your SSI directives.

What are SSI? SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. The decision of when to use SSI, and when to have your page entirely generated by some program, is usually a matter of how much of the page is static, and how much needs to be recalculated every time the page is served. Configuring your server to permit SSI A brief comment about what not to do. <! <! Documentation. GO. GO, itself, is a structured terminology. The ontology describes genes and gene products and is divided into three separate ontologies. One for cellular component (CC), one for molecular function (MF) and one for biological process (BP). The relationship between terms is a parent-child one, where the parents of any term are less specific than the child.

The mapping in either direction can be one to many (so a child may have many parents and a parent may have many children). There is a single root node for all ontologies as well as separate root nodes for each of the three ontologies named above. The basis for child-parent relationships in GO can be either a is-a relationship, where the child term is a more specific version of the parent.

From NCBI method GO uses Entrez ids (or NCBI GeneIDs), so if you're working with refSeq ids download this table from ncbi: and get corresponding Entrez gene ids.

Perl

Learn Perl - learn.perl.org. E-utilities. GenBank format. Beginning Perl for Bioinformatics: Chapter 10: GenBank.