-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04349f3
commit c3bd0c0
Showing
32 changed files
with
459 additions
and
45 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
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
57 changes: 57 additions & 0 deletions
57
...ettes/clr/BioNovoGene/Analytical/MassSpectrometry/Assembly/MarkupData/imzML/ScanData.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,57 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML.ScanData</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>ScanData {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>ScanData</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
a 2D single pixel pointer data in the generated image | ||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML | ||
export class ScanData { | ||
MzPtr: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Assembly/MarkupData/imzML/ibdPtr.html">ibdPtr</a>; | ||
IntPtr: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Assembly/MarkupData/imzML/ibdPtr.html">ibdPtr</a>; | ||
spotID: integer; | ||
polarity: <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/Ms1/PrecursorType/IonModes.html">IonModes</a>; | ||
# [lowest observed m/z, highest observed m/z] | ||
mass: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/Ranges/Model/DoubleRange.html">DoubleRange</a>; | ||
totalIon: double; | ||
x: integer; | ||
y: integer; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<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> |
54 changes: 54 additions & 0 deletions
54
...ttes/clr/BioNovoGene/Analytical/MassSpectrometry/Assembly/MarkupData/imzML/ibdReader.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,54 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML.ibdReader</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>ibdReader {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>ibdReader</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
the binary data reader of the mass spectrum data | ||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML | ||
export class ibdReader { | ||
# Universal Unique Identifier | ||
UUID: string; | ||
# the original source file name | ||
fileName: string; | ||
# the ibd file size | ||
size: integer; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<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
52 changes: 52 additions & 0 deletions
52
vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/SingleCells/MatrixReader.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,52 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.SingleCells.MatrixReader</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>MatrixReader {BioNovoGene.Analytical.MassSpectrometry.SingleCells}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>MatrixReader</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
|
||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry.SingleCells | ||
export class MatrixReader { | ||
tolerance: string; | ||
featureSize: integer; | ||
ionSet: double; | ||
spots: integer; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<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> |
48 changes: 48 additions & 0 deletions
48
vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/SpatialMatrixReader.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,48 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>BioNovoGene.Analytical.MassSpectrometry.SpatialMatrixReader</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>SpatialMatrixReader {BioNovoGene.Analytical.MassSpectrometry}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>SpatialMatrixReader</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
The wrapper of the spatial matrix to R# language | ||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace BioNovoGene.Analytical.MassSpectrometry | ||
export class SpatialMatrixReader { | ||
} | ||
</code> | ||
</pre> | ||
|
||
<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
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
54 changes: 54 additions & 0 deletions
54
vignettes/clr/SMRUCC/genomics/Analysis/HTS/DataFrame/DataFrameRow.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,54 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>SMRUCC.genomics.Analysis.HTS.DataFrame.DataFrameRow</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>DataFrameRow {SMRUCC.genomics.Analysis.HTS.DataFrame}</td> | ||
<td style="text-align: right;">.NET clr documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>DataFrameRow</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
The gene expression data samples file.(基因的表达数据样本) | ||
|
||
<h3>Declare</h3> | ||
|
||
<pre> | ||
<code id="clr_ts"> | ||
# namespace SMRUCC.genomics.Analysis.HTS.DataFrame | ||
export class DataFrameRow { | ||
# The unique reference id of current expression data vector | ||
geneID: string; | ||
# This gene's expression value in the different experiment condition.(同一个基因在不同实验之下的表达值) | ||
experiments: double; | ||
# Gets the sample counts of current gene expression data.(获取基因表达数据样本数目) | ||
samples: integer; | ||
} | ||
</code> | ||
</pre> | ||
|
||
<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> |
Oops, something went wrong.