59c8b7dc00d4acb5654d66cdae5cc97881f33f67 braney Tue Nov 28 15:41:23 2017 -0800 bigNarrowPeak doc diff --git src/hg/lib/bigNarrowPeak.as src/hg/lib/bigNarrowPeak.as new file mode 100644 index 0000000..7233d11 --- /dev/null +++ src/hg/lib/bigNarrowPeak.as @@ -0,0 +1,14 @@ +table bigNarrowPeak +"BED6+4 Peaks of signal enrichment based on pooled, normalized (interpreted) data." +( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name given to a region (preferably unique). Use . if no name is assigned" + uint score; "Indicates how dark the peak will be displayed in the browser (0-1000) " + char[1] strand; "+ or - or . for unknown" + float signalValue; "Measurement of average enrichment for the region" + float pValue; "Statistical significance of signal value (-log10). Set to -1 if not used." + float qValue; "Statistical significance with multiple-test correction applied (FDR -log10). Set to -1 if not used." + int peak; "Point-source called for this peak; 0-based offset from chromStart. Set to -1 if no point-source called." +)