src/hg/makeDb/trackDb/README 1.107
1.107 2010/05/25 17:22:43 kent
Adding docs on new tags.
Index: src/hg/makeDb/trackDb/README
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/trackDb/README,v
retrieving revision 1.106
retrieving revision 1.107
diff -b -B -U 4 -r1.106 -r1.107
--- src/hg/makeDb/trackDb/README 6 Apr 2010 20:12:05 -0000 1.106
+++ src/hg/makeDb/trackDb/README 25 May 2010 17:22:43 -0000 1.107
@@ -208,11 +208,13 @@
yLineMark real-value # default is 0.0
yLineOnOff on|off # default is off (draw y=yLineMark line)
windowingFunction maximum|mean|minimum # default is mean
smoothingWindow off|[2-16] # default is off
+ transformFunc NONE|LOG # default is NONE
wigColorBy <bed table> # use colors in bed for wiggle
# in overlapping regions
- spanList s1,s2,s3... # list of spans in the loaded table
+ spanList first # Sets spans to just be the first span in table
+ s1,s2,s3... # list of spans in the loaded table
# you can find the spans by doing:
# "select span from <table> group by span"
# typically spanList is only one:
# spanList 1
@@ -541,8 +544,19 @@
output fields, display these all.joiner-linked tables by default.
o bedFilter - If the hgTrackUi call is using bedUi to support it and bedFilter
is set then the bed names will be filtered based on the settings entered by
the user on the hgTrackUi page.
+ o inputTracks - for tracks that are clusters or other processed data that is
+ in other tracks, a list of the track names (typically composite parent tracks)
+ that this track uses for source data. Used in the details display of
+ factorSource tracks, and also the DNAse hypersensitivity cluster tracks.
+ o inputTracksSubgroupSelect - used with inputTracks. A list of var=val pairs
+ that selects which subtracks of the input tracks to use, matching on the
+ subGroup/subGroups tags. Example
+ inputTracksSubgroupSelect view=aPeaks
+ o inputTracksSubgroupDisplay - used with inputTracks. A list of group types
+ (just the left size of the var=val pairs in the subGroupN line of the parent)
+ to display as columns in the details display table.
Specific, optional settings used only by snp125, snp126, and so on:
o chimpMacaqueOrthoTable table - table contains orthologous
alleles from the reference assemblies of chimp and macaque.