Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shinyscreen
Manage
Activity
Members
Labels
Plan
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Environmental Cheminformatics
shinyscreen
Commits
787e47f1
Commit
787e47f1
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
58778aee
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
man/p.sw.Rd
+6
-3
6 additions, 3 deletions
man/p.sw.Rd
man/sw.do.Rd
+2
-2
2 additions, 2 deletions
man/sw.do.Rd
man/sw.single.1.Rd
+35
-0
35 additions, 0 deletions
man/sw.single.1.Rd
man/sw.single.Rd
+3
-3
3 additions, 3 deletions
man/sw.single.Rd
man/sw.single.next.Rd
+29
-0
29 additions, 0 deletions
man/sw.single.next.Rd
with
75 additions
and
8 deletions
man/p.sw.Rd
+
6
−
3
View file @
787e47f1
...
...
@@ -4,10 +4,13 @@
\alias{p.sw}
\title{Parallel Spectral Workflow.}
\usage{
p.sw(fn_data, stgs_alist, wd, fn_cmpd_list, mode, readMethod = "mzR",
archdir = "archive", lastStep = 8, combine = F, cl = NULL)
p.sw(cl, fn_data, stgs_alist, wd, fn_cmpd_list, mode, readMethod = "mzR",
archdir = "archive", lastStep = 8, combine = F,
combdest = "combined")
}
\arguments{
\item{cl}{Cluster.}
\item{fn_data}{A sequence of mzML input files.}
\item{stgs_alist}{A list of named list of settings, or a list of
...
...
@@ -28,7 +31,7 @@ filenames of YAML files containing the settings.}
\item{combine}{If TRUE, use combineMultiplicies to merge
workspaces corresponding to different collisional energies.}
\item{c
l}{Cluster
.}
\item{c
ombdest}{Combine destination directory
.}
}
\value{
A named list of spectral workspaces. The names are derived
...
...
This diff is collapsed.
Click to expand it.
man/sw.do.Rd
+
2
−
2
View file @
787e47f1
...
...
@@ -4,7 +4,7 @@
\alias{sw.do}
\title{Perform MassBank Workflow on Multiple Compound Mixtures}
\usage{
sw.do(fn_data, fn_cmpd_list, mode,
rdir
= ".", combine = F, proc = F)
sw.do(fn_data, fn_cmpd_list, mode,
dest
= ".", combine = F, proc = F)
}
\arguments{
\item{fn_data}{List of mzML data filenames to be processed.}
...
...
@@ -13,7 +13,7 @@ sw.do(fn_data, fn_cmpd_list, mode, rdir = ".", combine = F, proc = F)
\item{mode}{as in msmsRead.}
\item{
rdir
}{The
root
data directory.}
\item{
dest
}{The
destination
data directory.}
\item{combine}{If TRUE, use combineMultiplicies to merge
workspaces corresponding to different collisional energies.}
...
...
This diff is collapsed.
Click to expand it.
man/sw.single.1.Rd
0 → 100644
+
35
−
0
View file @
787e47f1
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{sw.single.1}
\alias{sw.single.1}
\title{RMassBank Spectral Workflow on a Single Compound Mixture (step 1)}
\usage{
sw.single.1(fn_data, stgs_alist, wd, fn_cmpd_list, mode,
readMethod = "mzR")
}
\arguments{
\item{fn_data}{A mzML data file.}
\item{stgs_alist}{RMassBank settings. It can either be a named
list of settings, or a filename of a YAML file.}
\item{wd}{The name of the work directory.}
\item{fn_cmpd_list}{The file name of he compound list
corresponding to \code{fn_data}.}
\item{mode}{Modes as described in the standard workflow vignette
of RMassBank.}
\item{readMethod}{Default read method is "mzR". Consult the
documentation of \code{msmsRead} for details.}
}
\value{
MsmsWorkspace object.
}
\description{
Runs the first step of the compound mixture workflow on a single mzML file.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
man/single.
sw.
Rd
→
man/
sw.
single.Rd
+
3
−
3
View file @
787e47f1
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{single
.sw
}
\alias{single
.sw
}
\name{
sw.
single}
\alias{
sw.
single}
\title{RMassBank Spectral Workflow on a Single Compound Mixture}
\usage{
single
.sw
(fn_data, stgs_alist, wd, fn_cmpd_list, mode,
sw.
single(fn_data, stgs_alist, wd, fn_cmpd_list, mode,
readMethod = "mzR", archdir = "archive", lastStep = 8)
}
\arguments{
...
...
This diff is collapsed.
Click to expand it.
man/sw.single.next.Rd
0 → 100644
+
29
−
0
View file @
787e47f1
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{sw.single.next}
\alias{sw.single.next}
\title{RMassBank Spectral Workflow on a Single Compound Mixture (after step 1)}
\usage{
sw.single.next(w, wd, archdir = "archive", lastStep = 8)
}
\arguments{
\item{w}{The msmsWorkspace object that was processed by
sw.single.1.}
\item{wd}{The current working dir.}
\item{archdir}{The directory to store R objects created during
workflow execution.}
\item{lastStep}{The last step in the workflow. Default is eight.}
}
\value{
MsmsWorkspace object.
}
\description{
Runs steps after sw.single.1 of compound mixture workflow on a
single mzML file.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment