e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/inc/stanMad.h src/hg/inc/stanMad.h index 2484e80..cefbf49 100644 --- src/hg/inc/stanMad.h +++ src/hg/inc/stanMad.h @@ -1,19 +1,22 @@ /* stanMad.h was originally generated by the autoSql program, which also * generated stanMad.c and stanMad.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2002 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef STANMAD_H #define STANMAD_H struct stanMad /* stanford's microarray database output */ { struct stanMad *next; /* Next in singly linked list. */ char *exp; /* Name of the experiment based on the array id. */ char *name; /* Name of the gene or sample that is at a given position. */ char *type; /* Indicates whether an element is a control or cDNA. */ int ch1i; /* The average total signal for each spot for Cy3 */ int ch1b; /* The local background calculated for each spot for Cy3 */ int ch1d; /* The difference between the total and background for each element. */ int ch2i; /* The average total signal for each spot for Cy5. */ int ch2b; /* The local background calculated for each spot for Cy5 */