-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAverage_Labeling_Calculator.html
106 lines (98 loc) · 4.52 KB
/
Average_Labeling_Calculator.html
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
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<meta property='og:type' content='website'>
<meta property='og:title' content='Isotope Calculation Gadgets'>
<meta property='og:url' content='https://nobuyukiokahashi.github.io/github.io-Isotope_calc_gadgets_tutorial/'>
<meta property='og:description' content= 'Isotope Calculation Gadgets'>
<meta property="og:image" content="img/ogp.png">
<meta name="description" content="Isotope Calculation Gadgets" />
<title>Isotope Calculation Gadgets</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined" rel="stylesheet">
<link href="css/ress.css" media="all" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="all" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel=”canonical” href=”https://nobuyukiokahashi.github.io/github.io-Isotope_calc_gadgets_tutorial/” />
</head>
<body>
<div class="wrapper">
<!-- header -->
<header class="header ">
<div class="inner">
<h1 class="header-logo">
<a href=".">Isotope Calculation Gadgets</a>
</h1>
<nav class="header-nav">
<ul class="header-nav-list">
<li class="header-nav-item"><a href="index.html#About">About</a></li>
<li class="header-nav-item"><a href="index.html#Overview">Overview</a></li>
<li class="header-nav-item"><a href="index.html#Imprementation">Imprementation</a></li>
<li class="header-nav-item"><a href="index.html#Gadgets">How to use</a></li>
<li class="header-nav-item"><a href="index.html#Contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- /header -->
<main class="content">
<article class="article">
<div class="article-inner">
<h2 class="article-title">Average Laveling Calculator</h2>
<p class="article-img">
<img src="img/Average_labeling_calculator.png" alt="">
</p>
<div class="article-body">
<p>
This gadget can calculate average labeling ratio (Expected labeling ratio of each atom) accoroding to the following formula.
</p>
<p>
<img src="img/formula.png" style="display: block; margin: auto;">
</p>
<h3 class="article-info-title">Preparation</h3>
<p>
Obtain natural isotope-subtracted labeling data by using <a href="./Natural_Isotope_Subtractor.html">"Natural Isotope Subtractor".</a>
</p>
<h3 class="article-info-title">Procedure</h3>
<p>
Start Garuda and open the “Average Labeling Calculator”. Choose "Subtracted labeling.csv" generated by <a href="./Natural_Isotope_Subtractor.html">"Natural Isotope Subtractor"</a> as input file and click the "Launch" button.
</p>
<img src="img/alc_start_screen.png">
<div class ="note">
<h4>Note:</h4>
<li>
After running "Natural Isotopes Subtractor", the generated data can be transfer smoothly to "Average Labeling Calculator" by clicking the "Discover" button.
</li>
<img src="img/data_transfer.png">
</div>
<p>
A file is generated and it can be saved by double click.
<div class ="note">
<h4>Note:</h4>
<li>
For data mapping, click "Discover" button and choose "Shimadzu MS Data Inport".
</li>
</div>
</p>
</div>
<div class="home-link">
<p>Return to <a href="./index.html#Gadgets">How to use</a></p>
</div>
</article>
<div class="page-top" id="js-page-top">
<span class="material-icons-outlined">expand_less</span>
</div>
</main>
<!-- footer -->
<footer class="footer">
<div class="copyright">©Nobuyuki Okahashi</div>
</footer>
<!-- /footer -->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type='text/javascript' src="js/script.js"></script>
</body>
</html>