Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions data/enhancer.as
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ table enhancerAssay
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
string name; "Name of enhancer"
uint score; "Score"
char[1] strand; "+ or - for strand"
uint thickStart; "Start of where display should be thick (start codon)"
uint thickEnd; "End of where display should be thick (stop codon)"
string name; "Number of enhancer at the Vista Browser"
uint score; "Score 1 or 1000 for positive and 0 for negative"
char[1] strand; "+ or - for strand or . for unknown"
uint thickStart; "Start of where display should be thick (same as chromStart)"
uint thickEnd; "End of where display should be thick (same as chromEnd)"
uint reserved; "Color value 0,0,255 for positive and 255,0,0 for negative"
string evidence; "Validation of enhancer format: body part [#/#]<br>body part [#/#]"
)