Giter VIP home page Giter VIP logo

data_carpentry_extras's People

Contributors

tavareshugo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

data_carpentry_extras's Issues

Fix download method

Need to fix download of data, which on windows needs to have the method = "wb" option:

download.file("https://github.com/tavareshugo/data_carpentry_extras/blob/master/rnaseq_visualisation/rnaseq_data.RData?raw=true",
              destfile = "data/rnaseq_data.RData",
              method = "wb")

data structures improvements

from @mvanrongen:

  • explain why is the x_int defined as c(1L, 10L) e.g. if as c(1, 10) then R sees it as "numeric"
  • adding a picture of a (3D) array would be helpful, e.g. https://towardsdatascience.com/numpy-array-cookbook-generating-and-manipulating-arrays-in-python-2195c3988b09
  • in "including checks" it says 'it should not..." which should read 'it should now...'
  • in the for loop section you use result <- vector("list", length = N) to create a list. why is this different from before, where you used the list() function to create one? I don't know the answer and it might be helpful to point out the reason to students
  • at the note in for loops ('when adding results to...') perhaps add that it's important to check that the empty object should be large enough to contain all the output that is generated in the loop. it's defined here with length = N but that might not be immediately obvious to people who encounter it for the first time
  • the link to the separate document with the answer to Exercise 2 does not work
  • answer to exercise still has references to "chick" data.

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.