-
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.
- Loading branch information
1 parent
a1d11c1
commit 4070e64
Showing
6 changed files
with
148 additions
and
1 deletion.
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
31 changes: 31 additions & 0 deletions
31
Rscript/Library/mzkit_app/man/mz_quantify/xcms/xcms/cast_findpeaks_raw.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,31 @@ | ||
.\" man page create by R# package system. | ||
.TH XCMS 1 2000-Jan "cast_findpeaks_raw" "cast_findpeaks_raw" | ||
.SH NAME | ||
cast_findpeaks_raw \- cast the xcms find peaks result raw dataframe to mzkit peak feature data | ||
.SH SYNOPSIS | ||
\fIcast_findpeaks_raw(\fBx\fR as <generic> dataframe, | ||
\fBsample_name\fR as string = \fB<NULL>\fR);\fR | ||
.SH DESCRIPTION | ||
.PP | ||
cast the xcms find peaks result raw dataframe to mzkit peak feature data | ||
.PP | ||
.SH OPTIONS | ||
.PP | ||
\fBx\fB \fR\- | ||
A dataframe result of the xcms \fBfindPeaks\fR. data could be generated via \fBas.data.frame(findPeaks(data));\fR. | ||
this raw data frame output contains data fields: | ||
|
||
1. mz, mzmin, mzmax | ||
2. rt, rtmin, rtmax | ||
3. into, intf | ||
4. maxo, maxf | ||
5. i | ||
6. sn | ||
. | ||
.PP | ||
.SH SEE ALSO | ||
xcms | ||
.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
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
79 changes: 79 additions & 0 deletions
79
Rscript/Library/mzkit_app/vignettes/mz_quantify/xcms/cast_findpeaks_raw.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,79 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>cast the xcms find peaks result raw dataframe to mzkit peak feature data</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>cast_findpeaks_raw {xcms}</td> | ||
<td style="text-align: right;">R Documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>cast the xcms find peaks result raw dataframe to mzkit peak feature data</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>cast_findpeaks_raw</strong>(<i>x</i>, | ||
<i>sample.name</i> = <span style='color: blue !important;'>NULL</span>);</code></pre> | ||
</div> | ||
|
||
<h3>Arguments</h3> | ||
|
||
<table> | ||
|
||
<dt>x</dt> | ||
<dd><p>A dataframe result of the xcms <code>findPeaks</code>. data could be generated via <code>as.data.frame(findPeaks(data));</code>. | ||
this raw data frame output contains data fields: | ||
|
||
1. mz, mzmin, mzmax | ||
2. rt, rtmin, rtmax | ||
3. into, intf | ||
4. maxo, maxf | ||
5. i | ||
6. sn. [as <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/Internal/Object/dataframe.html">dataframe</a>]</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/PeakFeature.html">PeakFeature</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/BioNovoGene/Analytical/MassSpectrometry/Math/PeakFeature.html">PeakFeature</a></li></ul> | ||
|
||
<h3 style="display: none;">Examples</h3> | ||
|
||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>xcms</em> version 1.0.0.0 <a | ||
href="../xcms.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> |