2c4c813bcb91cf575584d868a1d145f3a3bc6416 kate Mon Nov 17 00:28:14 2014 -0800 Add peptide table with sequence and other info for details page. refs #25054 diff --git src/hg/lib/peptideAtlasPeptide.as src/hg/lib/peptideAtlasPeptide.as new file mode 100644 index 0000000..2063185 --- /dev/null +++ src/hg/lib/peptideAtlasPeptide.as @@ -0,0 +1,9 @@ +table peptideAtlasPeptide +"PeptideAtlas peptide description" +( + string accession; "Accession" + string sequence; "Amino acid sequence" + int sampleCount; "Number of samples where this peptide was observed" + float hydrophobicity; "Hydrophobicity metric" + float proteotypicScore; "Metric of suitability of this peptide for protein identification" +)