1.
LEARNING LISP - Lists, CAR and CDR
Like CAR, CDR is defined only to operate on lists. Unlike CAR, however, the value of CDR is ALWAYS a list. Note that the CDR of a list with only one element ...
2.
An Engineer's View of BBL and vBBL: A Biologist's Visual ...
BBL is a variant of Lisp that includes special constructs and functionality to simplify writing biocompution programs. Although you don't need to understand ...
3.
BioBike: Microarray Data Clustering
This is actually the hardest part of microarray analysis, because there are many different ways in which a table of data might be interpreted. ...
4.
An Engineer's View of BBL and vBBL: A Biologist's Visual ...
A visual programming language is a language or environment that makes use ... Visual programming languages have a long history and come in many varieties. ...
5.
nostoc.stanford.edu/jeff/personal/talks/ILC05KnowO...
File Format: Microsoft Powerpoint - View as HTML Provide XML-RPC “Evalserver” for others to call in. 3. Integrate knowledge bases via a built-in frame system. 4. Run it on Linux – external tools, ...
6.
BioBike: Creating and Using CrossMetric Database Tables
Copyright (c) 2003 by Sumudu W Watugala and Jeff Shrager. "CrossMetrics?! What's a cross metric?" you ask.... A CrossMetric is any real-valued measure (that ...
7.
An Engineer's View of BBL and vBBL: A Biologist's Visual ...
A visual programming language is a language or environment that makes use ... Visual programming languages have a long history and come in many varieties. ...
8.
Using BioLingua to Manipulate Microarray data
If you would like to learn how to read in and manipulate tables of a more general sort like the latter table, see the documentation entry entitled 'Table ...
9.
LEARNING LISP - The Conditional
The equivalent Lisp function can be written: :(DEFINE (ABS (LAMBDA (N) : (COND : ((GREATER N 0) N) : (T (MULT N -1))))))) ABS :(ABS 3) 3 :(ABS -453) 453 ...
10.
+ ...
Note: RECORDS within a single FASTA file or FASTA-DB need not all be the same, ... Note: The indices built by the FASTA accessing mechanism will be smaller, ...