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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Miroslav Kratochvil
shinyscreen
Commits
2d4dbfa7
Commit
2d4dbfa7
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Update README.org
parent
9bcf7c6c
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
+3
-2
3 additions, 2 deletions
README.org
with
3 additions
and
2 deletions
README.org
+
3
−
2
View file @
2d4dbfa7
...
...
@@ -5,7 +5,8 @@
** Prescreening
1. Generate prescreening data frames,
#+BEGIN_SRC R
presc.do(list.files(patt=".*mzML"),"pH",fn_cmpd_list="./Pesticides.info.csv",proc=4)
presc.do(list.files(path="~/ECI_SCRATCH/20190627_HEROBER",patt=".*.mzML",full.names=T),
mode="pH",fn_cmpd_l="./cutlist.csv",proc=F,dest=".")
#+END_SRC
This is to be carried out inside the directory containing the
~mzML~ files. For sequential execution, leave out the ~proc~
...
...
@@ -13,7 +14,7 @@
2. Plot,
#+BEGIN_SRC R
require(rmbmix)
presc.plot(
normalizePath(
list.
dir
s(".",
recursive=F,full.names=F))
)
presc.plot(list.
file
s(".",
patt="2.*POS",include.dirs=T),cex=0.7,digits=4
)
#+END_SRC
The only argument is a sequence of absolute paths to directories
containing the prescreen data. The resulting plot file is going
...
...
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