You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# bilateria
2
2
Code for generating figures and statistics for bilaterian animal microbiome project.
3
-
The bulk of the code for this project can be found in bilateria.R.
3
+
The bulk of the code for this project can be found in bilateria.R with additional code in the `speciesArea` directory.
4
4
5
5
# R libraries
6
6
You will need to have the following R libraries installed for various code chunks:
@@ -31,4 +31,6 @@ Replace "/home/kevin/projects/bilateria" with your working directory on line 24
31
31
Running the code under sections "Libraries", "Setup", and "Functions" is necessary before running any analysis code.
32
32
33
33
# Running analysis code
34
-
The code from each analysis code chunk (e.g. "Figure 1") can be run independently from each other. Data is reset (re-loaded from OTU table and sample sheet) within each code chunk.
34
+
The code from each analysis code chunk (e.g. "Figure 1") can be run independently from each other. Data is reset (re-loaded from OTU table and sample sheet) within each code chunk.
35
+
36
+
The `speciesArea` code can be run by calling `make` within that directory.
0 commit comments