8e2ce67692e814db90b2d2938915712ff9b0ee51 jeltje.van.baren Wed Apr 16 18:07:03 2025 -0700 Adding recount3 #34886 diff --git src/hg/lib/recount3.as src/hg/lib/recount3.as new file mode 100644 index 00000000000..d753d277b55 --- /dev/null +++ src/hg/lib/recount3.as @@ -0,0 +1,18 @@ +table recount3 +"Bed 9+6 file for NCBI orthologs" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Short Name of item" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick" + uint thickEnd; "End of where display should be thick" + uint reserved; "Used as itemRgb as of 2004-11-22" + bigint readcount; "Read count" + uint samplecount; "Sample count" + string donor; "Splice donor" + string acceptor; "Splice acceptor" + string url; "URL" + )