Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Feb 6, 2024
2 parents 5a9ea5a + eb82cd9 commit 25a76d7
Show file tree
Hide file tree
Showing 897 changed files with 14,571 additions and 1,259 deletions.
6 changes: 5 additions & 1 deletion assets/js/R_syntax.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
declare namespace Token {
type tokenType = "undefined" | "number" | "character" | "logical" | "factor" | "keyword" | "symbol" | "operator" | "comment" | "newLine" | "whitespace" | "bracket" | "terminator" | "color" | "delimiter";
/**
* regexp for test html colors
*/
const html_color: RegExp;
/**
* pattern for match the number token
Expand All @@ -14,6 +17,7 @@ declare namespace Token {
const operators: {};
const stacks: {};
const keywords: {};
function isColorLiteral(pull_str: string): boolean;
}
declare class TokenParser {
source: string;
Expand All @@ -34,7 +38,7 @@ declare class TokenParser {
private walkChar;
private measureToken;
}
declare type token = Token.token;
type token = Token.token;
declare function parseText(str: string): token[];
/**
* parse the script text to syntax highlight html content
Expand Down
6 changes: 3 additions & 3 deletions assets/js/R_syntax.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/R_syntax.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions docs/install-on-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 在Linux系统上安装MZKit桌面工作站

<!-- 2024-01-22 -->

```bash
dnf -y update
reboot
dnf groupinstall 'Development Tools' -y
dnf -y install epel-release
dnf config-manager --set-enabled powertools
dnf -y install libxslt-devel libpng-devel libX11-devel zlib-devel libtiff-devel freetype-devel libxcb-devel libxml2-devel libgcrypt-devel dbus-devel libjpeg-turbo-devel fontconfig-devel gnutls-devel gstreamer1-devel libXcursor-devel libXi-devel libXrandr-devel libXfixes-devel libXinerama-devel libXcomposite-devel mesa-libOSMesa-devel libpcap-devel libusb-devel libv4l-devel libgphoto2-devel gstreamer1-devel libgudev SDL2-devel gsm-devel libvkd3d-devel libudev-devel make cmake gcc flex
```

```bash
wget https://dl.winehq.org/wine/source/9.0/wine-9.0.tar.xz
tar xvf wine-9.0.tar.xz
cd wine-*/
./configure --enable-win64
make
sudo make install
```

```bash
wine64 --version
wine --help
```


```bash
sudo dnf install wine-core
sudo dnf install yum-utils

sudo dnf config-manager --set-enabled crb
sudo dnf install epel-release
sudo dnf install epel-next-release

sudo dnf install mesa-libOSMesa
```
6 changes: 6 additions & 0 deletions vignettes/MSImaging/MSImaging/MSIfilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ <h1>MSIfilter</h1>
<table class="table-three-line">
<caption>.NET clr function exports</caption>
<tbody><tr>
<td id="intensity_cut">
<a href="./MSIfilter/intensity_cut.html">intensity_cut</a>
</td>
<td><p>removes low intensity spots</p></td>
</tr>
<tr>
<td id="log_scale">
<a href="./MSIfilter/log_scale.html">log_scale</a>
</td>
Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/TrIQ_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/denoise_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: none">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
76 changes: 76 additions & 0 deletions vignettes/MSImaging/MSImaging/MSIfilter/intensity_cut.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>

<head>
<title>removes low intensity spots</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>intensity_cut {MSIfilter}</td>
<td style="text-align: right;">R Documentation</td>
</tr>
</table>

<h2>removes low intensity spots</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>intensity_cut</strong>(
<i>threshold</i> = <span style='color: green;'>0.05</span>,
<i>quantile</i> = <span style='color: blue !important;'>FALSE</span>);</code></pre>
</div>

<h3>Arguments</h3>

<table>

<dt>threshold</dt>
<dd><p><p>-</p></p></dd>


<dt>quantile</dt>
<dd><p><p>-</p></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/MsImaging/Blender/Scaler/IntensityCutScaler.html">IntensityCutScaler</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/MsImaging/Blender/Scaler/IntensityCutScaler.html">IntensityCutScaler</a></li></ul>

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



<hr />
<div style="text-align: center;">[Package <em>MSIfilter</em> version 1.0.0.0 <a
href="../MSIfilter.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>
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/knn_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/log_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/quantile_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: none">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/MSIfilter/soften_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/MSImaging/MSImaging/ggplot.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1>ggplot</h1>
<td id="raster_blending">
<a href="./ggplot/raster_blending.html">raster_blending</a>
</td>
<td></td>
<td><p>rendering a gdi+ heatmap for create raster annotation in ggplot layer</p></td>
</tr>
<tr>
<td id="geom_msimaging">
Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/ggplot/MSI_dimension.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/ggplot/MSI_gaussblur.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h3 style="display: block;">Details</h3>

<p>the gauss blur function is not working well on the linux platform</p>

<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
4 changes: 2 additions & 2 deletions vignettes/MSImaging/MSImaging/ggplot/MSI_knnfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ <h3 style="display: none;">Details</h3>



<h3 style="display: bloc">Authors</h3>
<h3 style="display: block">Authors</h3>


BioNovoGene

<h3>Value</h3>

Expand Down
Loading

0 comments on commit 25a76d7

Please sign in to comment.