428fe9cc142fcc83868271c988fdfa10f64a279d gperez2 Tue Jul 13 09:12:38 2021 -0700 Adding previous versions archives link to the Data Access section, refs #27552 diff --git src/hg/makeDb/trackDb/refSeqComposite.html src/hg/makeDb/trackDb/refSeqComposite.html index d305f31..36db1e4 100644 --- src/hg/makeDb/trackDb/refSeqComposite.html +++ src/hg/makeDb/trackDb/refSeqComposite.html @@ -180,31 +180,33 @@ RefSeq RNAs were aligned against the $organism genome using BLAT. Those with an alignment of less than 15% were discarded. When a single RNA aligned in multiple places, the alignment having the highest base identity was identified. Only alignments having a base identity level within 0.1% of the best and at least 96% base identity with the genomic sequence were kept.</p> <h2>Data Access</h2> <p> The raw data for these tracks can be accessed in multiple ways. It can be explored interactively using the <a href="../cgi-bin/hgTables" target="_blank">Table Browser</a> or <a href="../cgi-bin/hgIntegrator" target="_blank">Data Integrator</a>. The tables can also be accessed programmatically through our <a href="../../goldenPath/help/mysql.html" target="_blank">public MySQL server</a> or downloaded from our <a href="http://hgdownload.soe.ucsc.edu/goldenPath/$db/database/" -target="_blank">downloads server</a> for local processing. You can also access any RefSeq table +target="_blank">downloads server</a> for local processing. The previous track versions are available +in the <a href="https://hgdownload.soe.ucsc.edu/goldenPath/archive/$db/ncbiRefSeq/" +target="_blank">archives</a> of our downloads server. You can also access any RefSeq table entries in JSON format through our <a href="http://genome.ucsc.edu/goldenPath/help/api.html"> JSON API</a>.</p> <p> The data in the <em>RefSeq Other</em> and <em>RefSeq Diffs</em> tracks are organized in <a href="../../FAQ/FAQformat.html#format1.5" target="_blank">bigBed</a> file format; more information about accessing the information in this bigBed file can be found below. The other subtracks are associated with database tables as follows:</p> <dl> <dt><a href="../../FAQ/FAQformat.html#format9" target="_blank">genePred</a> format:</dt> <ul> <li>RefSeq All - <tt>ncbiRefSeq</tt></li> <li>RefSeq Curated - <tt>ncbiRefSeqCurated</tt></li> <li>RefSeq Predicted - <tt>ncbiRefSeqPredicted</tt></li> <li>RefSeq HGMD - <tt>ncbiRefSeqHgmd</tt></li> <li>RefSeq Select+MANE - <tt>ncbiRefSeqSelect</tt></li>