Displaying 1 result from an estimated 1 matches for "r_and_access_".
Creating a file with reusable functions accessible throughout a computational biology cancer project
2011 Jun 07
1
Creating a file with reusable functions accessible throughout a computational biology cancer project
...to substitute different words (ie
"grade" can be referred to in many different ways).
What's the easiest way to automate this? I'd like, at a minimum, to make
UNCURATED_EXAMPLE1 look like the following:
tmp <- uncurated$characteristics_ch1.2
insert_call_to_repeating_functions.R_and_access_("grade")_function
curated$G <- tmp
It would be even better if I could say, for Prostate_Cancer, write one R
script that standardizes all the "uncurated" datasets; rather than writing
100 different R scripts. Although I don't know how feasible this is.
I'm sorry if...