back to Big Data Biology main page


See the The Seven Principles of Big Data Biology here


Introduction


Aims


Learning Outcomes

Don’t forget to revise this workshop in your own time.


Getting started

  1. Open your R script.
  2. Load your own saved Rda file from last time.
load("my-saved-data.Rda")

Exploring the data


Confused? * During the workshops, or for help with R commands go to the google hangout * For more complex questions, outside workshop times, post something on the discussion board on the VLE. We’ll check this and respond once a week.


Need help? Ask a demonstrator, or post a question on the google hangout


Back up your work

  • Save your script somwhere where you can get to it later.
  • Save an image of all your data, like so:
save.image("this_is_my_stuff.Rda")

Before the next workshop

  • Practise what youhave learned here.