Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
plan-b
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Environmental Cheminformatics
plan-b
Commits
edd90686
Verified
Commit
edd90686
authored
Feb 28, 2021
by
Todor Kondic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs
parent
615f8fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
5 deletions
+29
-5
README.md
README.md
+29
-5
No files found.
README.md
View file @
edd90686
...
@@ -38,20 +38,44 @@ or as a package from your GNU/Linux distribution.
...
@@ -38,20 +38,44 @@ or as a package from your GNU/Linux distribution.
10.
When at the login screen, ensure you are using the
`Xfce Session`
(settings wheel, bottom right) before entering your password.
10.
When at the login screen, ensure you are using the
`Xfce Session`
(settings wheel, bottom right) before entering your password.
11.
Pro-tip: User experience may be better in fullscreen (
`F8`
and select
`fullscreen`
)
11.
Pro-tip: User experience may be better in fullscreen (
`F8`
and select
`fullscreen`
)
## Using Environmental Cheminformatics Programs
## Using Environmental Cheminformatics programs
### Getting started with Shinyscreen
Shinyscreen is ECI's mass spectrum inspection program. It was written
in R and exists as a R package. In order to run it, it is necessary to
start a R session.
While most students get to know R through R Studio, this development
environment (DE) is by no means the only one that can run R (indeed,
you do not even need a DE to run R: try it yourself, start a command
console and type
`R`
in there). The default choice of R DE on
`alien-one`
currently is GNU Emacs with its
*
Emacs Speaks Statistics
(ESS)
*
mode.
Steps:
### Getting started
1.
Fire up emacs
1.
Fire up emacs
2.
`Alt-x`
and
`R`
gets you an R session
2.
`Alt-x`
and
`R`
gets you an R session
3.
Enter
`library(shinyscreen)`
3.
Enter
`library(shinyscreen)`
4.
Enter
`options(browser="chromium")`
4.
Enter
`options(browser="chromium")`
5.
Enter
`launch()`
5.
Enter
`launch()`
### JustInCase - Downloading instructions
Alternatively, there there are two icons on your desktop that will
start Shinyscreen immediately without a R session. One starts the
stable version of Shinyscreen (used in this course). The other runs a
development version (you can try it out if you feel adventurous).
### Material needed for the practical
The
*mzML*
data files are in
`/mnt/exchange`
directory.
#### Just in case
1.
Raw files
`*.mzML`
can be downloaded from
[
here
](
https://zenodo.org/record/3666069
)
1.
Raw files
`*.mzML`
can be downloaded from
[
here
](
https://zenodo.org/record/3666069
)
2.
Input files for Shinyscreen from
[
here
](
https://git-r3lab.uni.lu/eci/isb401/-/tree/master/shinyscreen_files
)
2.
Input files for Shinyscreen from
[
here
](
https://git-r3lab.uni.lu/eci/isb401/-/tree/master/shinyscreen_files
)
### The Rest
TODO
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment