Displaying 1 result from an estimated 1 matches for "deg_files".
Did you mean:
dbg_file
2011 Apr 07
1
Two questions about metacharacter in regexprs and function return
...#39;; transcript_id 'AB004048'; gene_name 'Nnat'; alt
'5730414I02Rik|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 <-...