Displaying 2 results from an estimated 2 matches for "data_fin".
Did you mean:
data_in
2007 Jul 05
1
select data from large CSV file
...ent pnc's
b=2 #compare from second number
alike=TRUE #Dim alike like a boolean
stored = 910286609 #first number is known
for(i in 1: 100){ #start counting and scaning
data_final <- matrix(unlist(scan("C:/Documents and
Settings/modiglar/Desktop/temp/et.csv",sep="," ,
what=list("","","","","","","","","","","",""), skip=i ,
n=12)),n...
2012 Nov 28
1
GSEA package error
Dear R gurus
I?m trying to use the GSCA package to a series of microarray data (prostate
cancer normal vs tumor (29 vs 29 paired)) but I?m running into some
problems.
I have a matrix (named /data_final/) with 11k rows(genes) and 60 cols (58
samples (29N vs 29T), GO IDs, KEGG IDs).
I also have a separate vector GS with the GO IDs mapped to genes (no
duplicate genes but multiple IDs per gene like in col 59)
However when I try to run:
/singleDC(data_final, group=c(1:29,30,58), GSdefList = GS, np...