976e5f5a2582e99913f82839e86efccdca88d814 angie Fri Mar 22 13:12:51 2013 -0700 Adding information from the Database of Non-Synonymous Functional Prediction(dbNSFP, https://sites.google.com/site/jpopgen/dbNSFP, http://dbnsfp.houstonbioinformatics.org/dbNSFPzip/dbNSFP2.0.readme.txt). dbNSFP2.0 contains precomputed predictions from a variety of tools of the effects of all possible missense variants on protein-coding Gencode rel 9 (Ens 64) transcripts. For example, it contains scores and predictions from SIFT, PolyPhen2 and similar tools (MutationTaster, MutationAssessor, LRT), as well as GERP scores at CDS positions and associated domain information from InterPro and IDs from UniProt. Each subset is extracted into a bigBed or bigWig file so that users of the Variant Annotation Integrator will be able to apply one or more of these prediction methods to their variants. refs #6152 diff --git src/hg/lib/dbNsfpInterPro.as src/hg/lib/dbNsfpInterPro.as new file mode 100644 index 0000000..af60e16 --- /dev/null +++ src/hg/lib/dbNsfpInterPro.as @@ -0,0 +1,8 @@ +table dbNsfpInterPro +"InterPro domains annotated by dbNSFP (http://dbnsfp.houstonbioinformatics.org/)" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + lstring domains; "Comma-separated domain names" + )