table hg38_motifs_collapsed "Collapsed motifs matches in hg38 (see: http://www.github.com/jvierstra/motif-clustering)" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position of feature on chromosome" uint chromEnd; "End position of feature on chromosome" string name; "Name of gene" uint score; "Score" char[1] strand; "+ or - for strand" uint thickStart; "Coding region start" uint thickEnd; "Coding region end" uint reserved; "itemRgb" string motif_match_id; "Motif identifier" float motif_match_score; "Motif match score (MOODS score)" string DBD; "DNA binding domain" uint n; "Number of motif matches from cluster" )