jzitovsky / Analysis-Code-for-Zitovsky-and-Love-2019

GNU Affero General Public License v3.0
0 stars 0 forks source link

data file #1

Open stephens999 opened 4 years ago

stephens999 commented 4 years ago

it would be helpful to have some indication of where to get the data file and use a relative path to load it.

For example, I would suggest create a directory "Data" and instruct the user to put the data file in that directory before running the Rmd. Then change, for example, line 25 of simulationResults.Rmd to

data = read_csv("../Data/fullGeccoRnaDump.csv")

jzitovsky commented 4 years ago

Dear stephens999,

Thank you, this is a good idea. I am out of town until early January, but when I get back, I'll change the referenced directories as you've suggested.

Josh