BCH441 Code submisson instructions

From "A B C"
Jump to navigation Jump to search

Code submission instructions


 


 

Instructions

 

Coming soon.

Approximately (but details still to be defined):

  • All R code must be submitted in exactly the state it was in when it produced the results.
  • To ensure that is the case, do not work from scripts step by step but follow the following code paradigm.
if (TRUE) {
timestamp(mode="start")

your code ...
print your results

timestamp(mode="stop")
}


 

For ABC-INT Mutation Impact

 

...


Notes