Skip to content

Commit

Permalink
export lipid class information
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 8, 2024
1 parent bc2c57d commit 315a330
Show file tree
Hide file tree
Showing 7 changed files with 677 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rscript/Library/mzkit_app/@export/lipidomics.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare namespace lipidomics {
* meansrue lipid ions
*
*
* @param lipidclass -
* @param lipidclass configs of the target lipid @``T:BioNovoGene.Analytical.MassSpectrometry.Lipidomics.LbmClass`` for run spectrum peaks generation
* @param adduct -
* @param minCarbonCount -
* @param maxCarbonCount -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ meansrue lipid ions
.PP
.SH OPTIONS
.PP
\fBlipidclass\fB \fR\- -.
\fBlipidclass\fB \fR\- configs of the target lipid @\fBT:BioNovoGene.Analytical.MassSpectrometry.Lipidomics.LbmClass\fR for run spectrum peaks generation.
.PP
.PP
\fBadduct\fB \fR\- -.
Expand Down
2 changes: 1 addition & 1 deletion Rscript/Library/mzkit_app/src/mzDIA/LCLipidomics.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Module LCLipidomics
''' <summary>
''' meansrue lipid ions
''' </summary>
''' <param name="lipidclass"></param>
''' <param name="lipidclass">configs of the target lipid <see cref="LbmClass"/> for run spectrum peaks generation</param>
''' <param name="adduct"></param>
''' <param name="minCarbonCount"></param>
''' <param name="maxCarbonCount"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ <h3>Declare</h3>
<code id="clr_ts">
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.mzXML
export class precursorMz extends <a href="/vignettes/clr/System/ValueType.html">ValueType</a> {
value: double;
windowWideness: string;
precursorCharge: double;
# 母离子可以从这个属性指向的ms1 scan获取,这个属性对应着<a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Assembly/MarkupData/mzXML/scan.html">scan</a>.<a href="#">num</a>属性
precursorScanNum: string;
precursorIntensity: double;
activationMethod: string;
value: double;
}
</code>
</pre>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Arguments</h3>
<table>

<dt>lipidclass</dt>
<dd><p><p>-</p></p></dd>
<dd><p><p>configs of the target lipid <a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Lipidomics/LbmClass.html">LbmClass</a> for run spectrum peaks generation</p></p></dd>


<dt>adduct</dt>
Expand Down
6 changes: 5 additions & 1 deletion src/metadb/Lipidomics/LbmClass.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Public Enum LbmClass

''' <summary>
''' enumerates the lipid structure class
''' </summary>
Public Enum LbmClass
Undefined
Others
Unknown
Expand Down

0 comments on commit 315a330

Please sign in to comment.