Skip to content

Commit

Permalink
run package msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 19, 2024
1 parent 7323e4a commit 750fb3a
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 7 deletions.
11 changes: 11 additions & 0 deletions Rscript/Library/mzkit_app/@export/massbank.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,24 @@ declare namespace massbank {
* + default value Is ``null``.
*/
function lipidmaps_id(lipidmaps: any, env?: object): any;
/**
* load the herb compound information
*
*
* @param file -
*/
function load_HERB_ingredient(file: string): object;
/**
* load compounds from herbs database
*
*
*/
function load_herbs(repo: string): object;
/**
* load herbs species information
*
*
* @param file -
*/
function load_herbs_list(file: string): object;
/**
Expand Down
3 changes: 2 additions & 1 deletion Rscript/Library/mzkit_app/man/mzkit/massbank/massbank.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Metabolite annotation database toolkit
+ [metabo_anno](massbank/metabo_anno.1) construct a new metabolite annotation information data
+ [inchikey](massbank/inchikey.1) generates the inchikey hashcode based on the given inchi data
+ [load_herbs](massbank/load_herbs.1) load compounds from herbs database
+ [load_herbs_list](massbank/load_herbs_list.1)
+ [load_herbs_list](massbank/load_herbs_list.1) load herbs species information
+ [load_HERB_ingredient](massbank/load_HERB_ingredient.1) load the herb compound information
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.\" man page create by R# package system.
.TH MASSBANK 1 2000-Jan "load_HERB_ingredient" "load_HERB_ingredient"
.SH NAME
load_HERB_ingredient \- load the herb compound information
.SH SYNOPSIS
\fIload_HERB_ingredient(\fBfile\fR as string);\fR
.SH DESCRIPTION
.PP
load the herb compound information
.PP
.SH OPTIONS
.PP
\fBfile\fB \fR\- -.
.PP
.SH SEE ALSO
massbank
.SH FILES
.PP
mzkit.dll
.PP
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
.\" man page create by R# package system.
.TH MASSBANK 1 2000-Jan "load_herbs_list" "load_herbs_list"
.SH NAME
load_herbs_list \-
load_herbs_list \- load herbs species information
.SH SYNOPSIS
\fIload_herbs_list(\fBfile\fR as string);\fR
.SH DESCRIPTION
.PP
load herbs species information
.PP
.SH OPTIONS
.PP
\fBfile\fB \fR\- -.
.PP
.SH SEE ALSO
massbank
.SH FILES
Expand Down
8 changes: 7 additions & 1 deletion Rscript/Library/mzkit_app/vignettes/mzkit/massbank.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,13 @@ <h1>massbank</h1>
<td id="load_herbs_list">
<a href="./massbank/load_herbs_list.html">load_herbs_list</a>
</td>
<td></td>
<td><p>load herbs species information</p></td>
</tr>
<tr>
<td id="load_HERB_ingredient">
<a href="./massbank/load_HERB_ingredient.html">load_HERB_ingredient</a>
</td>
<td><p>load the herb compound information</p></td>
</tr></tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>

<head>
<title>load the herb compound information</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_HERB_ingredient {massbank}</td>
<td style="text-align: right;">R Documentation</td>
</tr>
</table>

<h2>load the herb compound information</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_HERB_ingredient</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/BioDeep/Chemistry/HERB/HERB_ingredient_info.html">HERB_ingredient_info</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/HERB/HERB_ingredient_info.html">HERB_ingredient_info</a></li></ul>

<h3 style="display: none;">Examples</h3>



<hr />
<div style="text-align: center;">[Package <em>massbank</em> version 1.0.0.0 <a
href="../massbank.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>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>load_herbs_list</title>
<title>load herbs species information</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">
Expand All @@ -18,11 +18,11 @@
</tr>
</table>

<h2>load_herbs_list</h2>
<h2>load herbs species information</h2>

<h3>Description</h3>

load_herbs_list


<h3>Usage</h3>

Expand All @@ -33,7 +33,10 @@ <h3>Usage</h3>
<h3>Arguments</h3>

<table>


<dt>file</dt>
<dd><p>[as string]</p></dd>

</table>


Expand Down

0 comments on commit 750fb3a

Please sign in to comment.