forked from aniafijarczyk/Fijarczyk2020_JeanTalon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af9f562
commit 9c999b6
Showing
7 changed files
with
56,925 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Code for analysing growth curves and plotting growth in different cobalt concentrations (Figure 4) | ||
|
||
|
||
script_Cobalt_resistance_JT_15_05_2020.R | ||
|
||
|
||
## Calculating slopes for all samples | ||
|
||
./input_files/Cobalt_resistance_JT_raw_15_05_2020.txt | ||
|
||
./output/phenotyp_JT_slope_tot.txt | ||
|
||
|
||
|
||
## Getting median for replicates | ||
|
||
./output/phenotyp_JT_slope_tot.txt | ||
|
||
./output/phenotyp_JT_slope_sd.txt | ||
|
||
|
||
## Plotting growth rate | ||
|
||
./output/phenotyp_JT_slope_sd.txt | ||
|
||
./output/Phenotypage_JT_fig_11_05_2020.pdf | ||
|
||
|
||
## Plotting growth curve | ||
|
||
./input_files/Cobalt_resistance_JT_raw_15_05_2020.txt | ||
|
||
./output/Phenotypage_JT_fig_G_curve_11_05_2020.pdf |
Oops, something went wrong.