Git Product home page Git Product logo

biol4408's Introduction

BIOL4408

Marine Ecology Rottnest field trip

#Data analysis We are going to use R for checking and plotting data and PRIMER/PERMANOVA for statistical tests.

To run R we are going to use an RStudio server through a new service called ecocloud. Each of you will have your own server and your own permanent workspace on ecocloud (10gb).

#Logging into ecocloud Go to app.ecocloud.org.au Log in using AAF (which will use your University credentials)

#Starting a Server Once logged in you will be on the Dashboard Go to Tools page Click 'R (RStudio and Jupyter)' and follow the prompts to start an R Server. This will set you up on a Virtual Machine in the cloud

#Start RStudio and set working directory Once your Server has started you will be on the JupyterLab dashboard Click on the RStudio box on the bottom right. This will open an RStudio session in a new tab.

Set your working directory to your 'workspace' folder by one of the below options: Type setwd("~/workspace") into your console and hit enter, OR In the files panel (bottom right hand side of screen) click on the workspace folder, and then click on the More button and select Set As Working Directory

This workspace folder is permanent, and will not be deleted even when you shutdown your server. You can also access this folder and it’s contents from the ecocloud website.

#Access data from GitHub from within RStudio: Access a GitHub repository and download your code/data This step will download and save your data and files to your workspace so that they are available across the server

Open the Terminal window within RStudio Type the following command: cd workspace "press RETURN"

git clone https://github.com/TimLanglois/BIOL4408.git "press RETURN"

If you need to update the code/data from GitHub Type the following command:

cd BIOL4408 "press RETURN"

git pull "press RETURN"

BUT BE CAREFUL - git pull will overwrite any changes you have made to the scripts.

I suggest you make you own version of the code in the Analysis folders that you can edit and annotate

Ideas for teaching https://jules32.github.io/2016-07-12-Oxford/dplyr_tidyr/

biol4408's People

Contributors

timlanglois avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.