search for: exprs_fil

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

Did you mean: exprs_files
2011 Apr 07
1
Two questions about metacharacter in regexprs and function return
...30414I02Rik|AW107673|Peg5'; neuronatin|http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene&cmd=Retrieve&dopt=full_report&list_uids=18111" #obtain the exprs matrix for cluster analysis #ask questions DEG_files <- grep("bak", dir());#pay attention to the filenames exprs_files <- grep("copy", dir()); protein <- c(); assign_exprs <- function(files, protein) { #use to find the DEGs or exprs for cmeans clustering for(i in 1:length(files)) { microarray_data <- read.csv(file = files[i], header = T, sep = "\t"); microar...