-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmethods.php
More file actions
96 lines (81 loc) · 4.68 KB
/
methods.php
File metadata and controls
96 lines (81 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?php include("__header.php"); ?>
<!-- Page -->
<div id="page" class="container">
<div class="row">
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header class="major">
<h1>Methods</h1>
<span class="byline">Methods, Protocols, Hardware</span>
</header>
<ul>
<li><a href="/protocols01/">Proteomics: Protein Identification and Quantification</a>
<br>
<br>
<li><a href="/protocols02/">Protein Preparation and Separation </a>
<br>Protocols related to protein extraction from tissues, cells, body fluids and
protein modification methods (SILAC, cross linking, etc) and
protein separation: Cell fractionation, HPLC/FPLC, IP, etc
<br>
<br>
<li><a href="/protocols03/">Protein Digestion</a>
<br>protocols related to protein digestion, labeling protocols for peptide quantification like iTRAQ and TMT are here too.
<br>
<br>
<li><a href="/protocols04/">Peptide Separation</a>
<br>protocols related to peptide separation and cleanup, SCX, avidin, IMAC, SPE etc
<br>
<br>
<li><a href="/protocols05/">LC-MS</a>
<br>LC-MS methods: column packing, nano HPLC, LC-MS setup
<br>LC-MS related hardware (NSI source, sparging kit, pressure cells)
<br>
<br>
<li><a href="https://proteomicsresource.washington.edu/safety.php">UWPR Safety</a>
<br> Here you'll find safety related resources like the safety manual, SOP etc.
</ul>
<div style="background-image: url('/images/MSworkflow_01.png'); height: 1374px; width: 750px;"></div>
</section>
</div>
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header class="major">
<h2>UWPR pages</h2>
</header>
<div class="row half">
<section class="6u">
<ul class="default">
<li><a href="/protocols01/">Proteomics</a></li>
<li><a href="/protocols02/">Protein Preparation and Separation</a></li>
<li><a href="/protocols03/">Protein Digestion</a></li>
</ul>
</section>
<section class="6u">
<ul class="default small">
<li><a href="/protocols04/">Peptide Separation</a></li>
<li><a href="/protocols05/">LC-MS</a></li>
<li><a href="https://proteomicsresource.washington.edu/safety.php">UWPR Safety</a></li>
</ul>
</section>
</div>
</section>
<section>
<header class="major">
<h2>External Resources</h2>
</header>
<ul class="default">
<li><a target="new" href="https://www.thermofisher.com/us/en/home/life-science/protein-biology/protein-mass-spectrometry-analysis/workflow-protein-mass-spectrometry.html">Workflow for Protein Mass Spectrometry</a></li>
<li><a target="new" href="https://www.thermofisher.com/us/en/home/life-science/protein-biology/protein-biology-learning-center/protein-isolation-purification-information.html">Protein Isolation and Purification Information</a></li>
<li><a target="new" href="http://sharedproteomics.com/">SharedProteomics protocols</a></li>
<li><a target="new" href="https://proteomics.ucdavis.edu/protocols-2/">UC Davis Proteomics Core Facility</a></li>
<li><a target="new" href="https://genome.duke.edu/cores-and-services/proteomics-and-metabolomics/protocols-reagents">Duke Proteomics and Metabolomics Shared Resource</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- /Page -->
</div>
<?php include("__footer.php"); ?>