search for: tsnps

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

Did you mean: snps
2005 Mar 04
0
Is aggregate() what I need here?
...", sep="", Sys.getenv("LSB_JOBINDEX")) snps<-read.table(gtpfile,header=TRUE) exp<-read.table("data.TXT",header=TRUE) # the above two files have columns for individuals and snps (or genes) for rows # so the next two lines simply transpose these data matrices tsnps<-t(snps) texp<-t(exp) sink(paste("output.", sep="", Sys.getenv("LSB_JOBINDEX"))) #loops below are hardwired for 5 gene-expression levels (some genes have two #probes, and those are treated as separate genes for now) and 100 SNPs. for (iexp in 1:5){ for (isnp...