198c9b8daecc44fbda6a6494c566c723920f030a lrnassar Wed Mar 11 18:25:21 2026 -0700 Fixing a few hundred clear typos with the help of Claude. Some are less important in code comments, but majority of them are in user-facing places. I manually approved 60%+ of the changes and didn't see any that were an incorrect suggestion, at worst it was potentially uncessesary, like a code comment having cant instead of can't. No RM. diff --git src/hg/makeDb/trackDb/human/dbSnp155Composite.html src/hg/makeDb/trackDb/human/dbSnp155Composite.html index 0dd59a48626..276dbf0738e 100644 --- src/hg/makeDb/trackDb/human/dbSnp155Composite.html +++ src/hg/makeDb/trackDb/human/dbSnp155Composite.html @@ -512,31 +512,31 @@ We downloaded JSON files available from dbSNP at https://ftp.ncbi.nlm.nih.gov/snp/archive/b155/JSON/, extracted a subset of the information about each variant, and collated it into a bigBed file using the bigDbSnp.as schema with the information necessary for filtering and displaying the variants, as well as a separate file containing more detailed information to be displayed on each variant's details page (dbSnpDetails.as schema).

Data Access

-Note: It is not recommeneded to use LiftOver to convert SNPs between assemblies, +Note: It is not recommended to use LiftOver to convert SNPs between assemblies, and more information about how to convert SNPs between assemblies can be found on the following FAQ entry.

Since dbSNP has grown to include over 1 billion variants, the size of the All dbSNP (155) subtrack can cause the Table Browser and Data Integrator to time out, leading to a blank page or truncated output, unless queries are restricted to a chromosomal region, to particular defined regions, to a specific set of rs# IDs (which can be pasted/uploaded into the Table Browser), or to one of the subset tracks such as Common (~15 million variants) or ClinVar (~0.8M variants).

For automated analysis, the track data files can be downloaded from the downloads server for hg19 and hg38.