Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vallo Varik
32drugs
Commits
1495f4e5
Commit
1495f4e5
authored
May 17, 2022
by
Vallo Varik
Browse files
Work on text
parent
f2f7610c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.Rmd
View file @
1495f4e5
...
...
@@ -18,7 +18,7 @@ bacterial strains.
# Tasks
In the following, we go through the most common steps in data analysis:
exploration and transformation (
to
deriv
e
new variables). Integral to both
exploration and transformation (
i.e.
deriv
ing
new variables). Integral to both
steps is visualization i.e. making graphs.
## Explore
...
...
@@ -37,7 +37,5 @@ steps is visualization i.e. making graphs.
3. Once more, now with [data](doc/tasks/03_dat.csv) from three days. Expected
[output](doc/tasks/03_out.pdf). You will encounter an issue because there
were two biological replicates on that day. There are multiple ways to
overcome this, but for now, I recommend to solve by issuing `group =
WellID` to `aes` of `ggplot`.
overcome this, but for now, I recommend to solve by using `group` parameter
of `aes` e.g. `ggplot(aes(..., group = Plt))`.
README.md
View file @
1495f4e5
...
...
@@ -6,8 +6,8 @@ bacterial strains.
# Tasks
In the following, we go through the most common steps in data analysis:
exploration and transformation (
to
deriv
e
new variables). Integral
to
both steps is visualization i.e. making graphs.
exploration and transformation (
i.e.
deriv
ing
new variables). Integral
to
both steps is visualization i.e. making graphs.
## Explore
...
...
@@ -27,6 +27,5 @@ both steps is visualization i.e. making graphs.
Expected
[
output
](
doc/tasks/03_out.pdf
)
. You will encounter an issue
because there were two biological replicates on that day. There are
multiple ways to overcome this, but for now, I recommend to solve by
issuing
`group = WellID`
to
`aes`
of
`ggplot`
.
using
`group`
parameter of
`aes`
e.g.
`ggplot(aes(..., group = Plt))`
.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment