search for: all_protein

Displaying 1 result from an estimated 1 matches for "all_protein".

2011 Apr 07
1
Two questions about metacharacter in regexprs and function return
...microarray_data, envir=.GlobalEnv); #get(dir()[i]() can obtain the data of interest.`variable_names` can also work protein <- c(protein, get(files[i])[, 7]); #used for obtain all the DEGs only } #return protein; #why this line is not workable? assign("all_protein", protein, envir=.GlobalEnv); } exist_to_cluster_exprs <- function(x, cluster_exprs, all) { if(exists("all", x[1])){ #exists function cluster_exprs <- cbind(cluster_exprs, x); } #return cluster_exprs; } assign_exprs(dir()[DEG_files],...