table interact "Interaction track in bigInteract format allowing strand and name to be '.'" ( string chrom; "Chromosome of primary item" uint chromStart; "Start position" uint chromEnd; "End position" string name; "Name of interaction (can be '.')" uint score; "Score (0-1000)" float value; "Interaction strength" string strand; "Strand ('.', '+', or '-')" string color; "Item RGB color in r,g,b" string sourceChrom; "Chromosome of source" uint sourceStart; "Start in source" uint sourceEnd; "End in source" string sourceName; "Name of source (can be '.')" string sourceStrand; "Strand of source (can be '.')" string targetChrom; "Chromosome of target" uint targetStart; "Start in target" uint targetEnd; "End in target" string targetName; "Name of target (can be '.')" string targetStrand; "Strand of target (can be '.')" )