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
894644ce
Unverified
Commit
894644ce
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Add README.org
* README.org: New file.
parent
48643f41
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+31
-0
31 additions, 0 deletions
README.org
with
31 additions
and
0 deletions
README.org
0 → 100644
+
31
−
0
View file @
894644ce
#+TITLE: RMassBank Compound Mix Workflow
* Usage
The entire procedure,
#+BEGIN_SRC: R
pos<-rmbmix::sw.do(list.files(patt=".*pos.mzML"),fn_cmpd_list="ChemistryDashboard-Batch-Search_2019-05-15_07_27_26.csv",mode="pH")
pos_pmb<-rmbmix::mb.prep(pos)
pos_mb<-rmbmix::mb.do(pos_pmb)
neg<-rmbmix::sw.do(list.files(patt=".*neg.mzML"),fn_cmpd_list="ChemistryDashboard-Batch-Search_2019-05-15_07_27_26.csv",mode="mH")
neg_pmb<-rmbmix::mb.prep(neg)
neg_mb<-rmbmix::mb.do(neg_pmb)
#+END_SRC
The ~fn_cmpd_list~ argument is the compound list, from Chemistry
Dashboard, or in a RMassBank format. The first argument to ~sw.do~ is
the list of /mzML/ files containing spectral data to be processed
using the spectral workflow. Each mzML file should have an associated
/YAML/ file with RMassBank settings describing it. The settings file
does not need to be complete, it can only contain the settings which
are different from the settings template.
Once the spectral workflow is complete, first run the MassBank
preparation procedure using ~mb.prep~ function. Then, finalise the
MassBank record workflow by using the ~mb.do~ function.
The resulting record files and info lists are under
"<data-dir>/info/XX" paths, where /data-dir/ is the mzML filename
without the mzML suffix.
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