-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/xieguigang/mzkit
- Loading branch information
Showing
43 changed files
with
3,312 additions
and
4,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Rscript/Library/mzkit_app/man/mz_quantify/Linears/Linears/load_experiment.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.\" man page create by R# package system. | ||
.TH LINEARS 1 2000-Jan "load_experiment" "load_experiment" | ||
.SH NAME | ||
load_experiment \- load the experiment project | ||
.SH SYNOPSIS | ||
\fIload_experiment(\fBfile\fR as string);\fR | ||
.SH DESCRIPTION | ||
.PP | ||
load the experiment project | ||
.PP | ||
.SH OPTIONS | ||
.PP | ||
\fBfile\fB \fR\- -. | ||
.PP | ||
.SH SEE ALSO | ||
Linears | ||
.SH FILES | ||
.PP | ||
mz_quantify.dll | ||
.PP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
...gnettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/DataFile.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.DataFile</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>DataFile {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>DataFile</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
|
||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative | ||
export class DataFile { | ||
compounds: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/IonPeakTableRow.html">IonPeakTableRow[]</a>; | ||
filename: string; | ||
FileType: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a>; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<h3>.NET clr type reference tree</h3> | ||
|
||
<ol> | ||
<li>use by <i>property</i> member <code>compounds</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/IonPeakTableRow.html">IonPeakTableRow</a></li> | ||
<li>use by <i>property</i> member <code>FileType</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a></li> | ||
</ol> | ||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a | ||
href="../{$package}.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script> | ||
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("clr_ts");</script> | ||
|
||
</html> |
62 changes: 62 additions & 0 deletions
62
...ettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/Experiment.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Experiment</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>Experiment {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>Experiment</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
<p>a experiment project</p> | ||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative | ||
export class Experiment extends <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlDataModel.html">XmlDataModel</a> { | ||
DataFiles: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/DataFile.html">DataFile[]</a>; | ||
ProjectId: string; | ||
Stylesheet: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlStyleProcessor.html">XmlStyleProcessor</a>; | ||
TypeComment: <a href="/vignettes/clr/System/Xml/XmlComment.html">XmlComment</a>; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<h3>.NET clr type reference tree</h3> | ||
|
||
<ol> | ||
<li>this class extends from <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlDataModel.html">XmlDataModel</a> class: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlDataModel.html">XmlDataModel</a></li> | ||
<li>use by <i>property</i> member <code>DataFiles</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/DataFile.html">DataFile</a></li> | ||
<li>use by <i>property</i> member <code>Stylesheet</code>: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlStyleProcessor.html">XmlStyleProcessor</a></li> | ||
<li>use by <i>property</i> member <code>TypeComment</code>: <a href="/vignettes/clr/System/Xml/XmlComment.html">XmlComment</a></li> | ||
</ol> | ||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a | ||
href="../{$package}.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script> | ||
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("clr_ts");</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ <h2>TargettedData</h2> | |
|
||
<h3>Description</h3> | ||
|
||
|
||
<p>type of the targetted data</p> | ||
|
||
<h3>Declare</h3> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ <h2>IonChromatogram</h2> | |
|
||
<h3>Description</h3> | ||
|
||
|
||
<p>the raw data</p> | ||
|
||
<h3>Declare</h3> | ||
|
||
|
64 changes: 64 additions & 0 deletions
64
...ary/mzkit_app/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.Math.SampleFiles</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>SampleFiles {BioNovoGene.Analytical.MassSpectrometry.Math}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>SampleFiles</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
|
||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.Math | ||
export class SampleFiles extends <a href="/vignettes/clr/System/Enum.html">Enum</a> { | ||
Sample: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a> = 0; | ||
|
||
QC: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a> = 1; | ||
|
||
KB: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a> = 2; | ||
|
||
} | ||
</code> | ||
</pre> | ||
|
||
<h3>.NET clr type reference tree</h3> | ||
|
||
<ol> | ||
<li>this class extends from <a href="/vignettes/clr/System/Enum.html">Enum</a> class: <a href="/vignettes/clr/System/Enum.html">Enum</a></li> | ||
<li>use by <i>field</i> member <code>Sample</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a></li> | ||
<li>use by <i>field</i> member <code>QC</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a></li> | ||
<li>use by <i>field</i> member <code>KB</code>: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/SampleFiles.html">SampleFiles</a></li> | ||
</ol> | ||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a | ||
href="../{$package}.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script> | ||
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("clr_ts");</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
Rscript/Library/mzkit_app/vignettes/mz_quantify/Linears/load_experiment.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>load the experiment project</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>load_experiment {Linears}</td> | ||
<td style="text-align: right;">R Documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>load the experiment project</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
|
||
|
||
<h3>Usage</h3> | ||
|
||
<div style="width: 100%; padding-left: 3%; color: black;"> | ||
<pre><code class='language-R' style="color: black; font-weight:normal;"><strong>load_experiment</strong>(<i>file</i>);</code></pre> | ||
</div> | ||
|
||
<h3>Arguments</h3> | ||
|
||
<table> | ||
|
||
<dt>file</dt> | ||
<dd><p>[as string]</p></dd> | ||
|
||
</table> | ||
|
||
|
||
<h3 style="display: none;">Details</h3> | ||
|
||
|
||
|
||
<h3 style="display: block">Authors</h3> | ||
|
||
BioNovoGene | ||
|
||
<h3>Value</h3> | ||
|
||
this function returns data object of type <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/Experiment.html">Experiment</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/LinearQuantitative/Experiment.html">Experiment</a></li></ul> | ||
|
||
<h3 style="display: none;">Examples</h3> | ||
|
||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>Linears</em> version 1.0.0.0 <a | ||
href="../Linears.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script> | ||
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("example_r");</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.