search for: compareb

Displaying 2 results from an estimated 2 matches for "compareb".

Did you mean: compared
2011 Aug 01
2
Errors, driving me nuts
Greetings all, I am getting this error that is driving me nuts... (not a long trip, haha) I have a set of files and in these files I want to calculate ttests on rows 'compareA' and 'compareB' (these will change over time there I want a variable here). Also these files are in many different directories so I want a way filter out the junk... Anyway I don't believe that this is related to my errors but I mention it none the less. > files_to_test <- list.files (pattern = &q...
2011 Aug 03
2
Error message for MCC
...efine Directories ## > load_from <- "/home/mcc/Dropbox/abrodsky/kegg_combine_data/" > save_to <- "/home/mcc/Dropbox/abrodsky/ttest_results/" > > ############################### > ## Define Columns To Compare ## > compareA <- "log_b_rich" > compareB <- "Fc_cdt_rich_tot" > > ################################ > ## Collect Files To Compare ## > setwd(load_from) > files_to_test <- list.files(pattern = "combine.kegg") > > ########################## > ## Initialize Variables ## > vl <- length(fi...