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
4c4741ab
Commit
4c4741ab
authored
Mar 01, 2021
by
Emma Schymanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
edd90686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
README.md
README.md
+22
-3
No files found.
README.md
View file @
4c4741ab
...
@@ -57,15 +57,24 @@ Steps:
...
@@ -57,15 +57,24 @@ Steps:
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.
If asked, set your start working directory, e.g.
4.
Enter
`options(browser="chromium")`
`setwd('/home/user/Desktop/ISB401/')`
5.
Enter
`launch()`
(where
`user`
is an alias for your username)
4.
Enter
`library(shinyscreen)`
5.
Enter
`options(browser="chromium")`
6.
Enter
`launch()`
To create subdirectories for different Shinyscreen calculations,
use
`dir.create()`
and
`setwd()`
to create and set new working
directories, respectively. This is highly recommended otherwise
you will auto-detect and/or overwrite previous results.
Alternatively, there there are two icons on your desktop that will
Alternatively, there there are two icons on your desktop that will
start Shinyscreen immediately without a R session. One starts the
start Shinyscreen immediately without a R session. One starts the
stable version of Shinyscreen (used in this course). The other runs a
stable version of Shinyscreen (used in this course). The other runs a
development version (you can try it out if you feel adventurous).
development version (you can try it out if you feel adventurous).
If you choose this path you are at the mercy of the default file path.
### Material needed for the practical
### Material needed for the practical
...
@@ -77,5 +86,15 @@ The *mzML* data files are in `/mnt/exchange` directory.
...
@@ -77,5 +86,15 @@ The *mzML* data files are in `/mnt/exchange` directory.
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
)
### Some emacs tips
To execute a script in Emacs Ess, you have different shortcuts:
1.
`Ctrl alt x`
: runs a Paragraph
2.
`Ctrl enter`
: similar, but closer to Rstudio in how it
treats collections of sratements
3.
`Ctrl j`
: runs a single line
The above commands are used when you have a separate R script that is
being evaluated in the session. In the session itself, it's just enter
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