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
72467d05
Commit
72467d05
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
06c7e8c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
man/gen_cmpdl_and_load.Rd
+24
-0
24 additions, 0 deletions
man/gen_cmpdl_and_load.Rd
man/gen_file_table.Rd
+21
-0
21 additions, 0 deletions
man/gen_file_table.Rd
man/gen_stgs_and_load.Rd
+24
-0
24 additions, 0 deletions
man/gen_stgs_and_load.Rd
with
69 additions
and
0 deletions
man/gen_cmpdl_and_load.Rd
0 → 100644
+
24
−
0
View file @
72467d05
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_cmpdl_and_load}
\alias{gen_cmpdl_and_load}
\title{Generate and Load the RMassBank Compound List}
\usage{
gen_cmpdl_and_load(fn_data, wd, fn_cmpdl)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{wd}{Directory under which results are archived.}
}
\value{
Named list. The key \code{fn_cmpdl} is the path of the
generated compound list and the key \code{n} the number of
compounds.
}
\description{
Generates the RMassBank compound list and loads it.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
man/gen_file_table.Rd
0 → 100644
+
21
−
0
View file @
72467d05
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_file_table}
\alias{gen_file_table}
\title{Generate and Load the RMassBank Settings File}
\usage{
gen_file_table(fn_data, n_cmpd, wd)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{n_cmpd}{Number of compounds.}
\item{wd}{Directory under which results are archived.}
}
\description{
Generates file table.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
man/gen_stgs_and_load.Rd
0 → 100644
+
24
−
0
View file @
72467d05
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_stgs_and_load}
\alias{gen_stgs_and_load}
\title{Generate and Load the RMassBank Settings File}
\usage{
gen_stgs_and_load(fn_data, stgs, wd)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{wd}{Directory under which results are archived.}
\item{stgs_alist}{Settings named list, or a settings filename.}
}
\value{
result of RMassBank::loadRmbSettings
}
\description{
Generates settings file and loads it.
}
\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