search for: fpkm

Displaying 2 results from an estimated 2 matches for "fpkm".

2011 Nov 09
3
R to automate scatter plots
...it.. here is the script I have been using # source of this code below #http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_scrpt.html # store the current directory initial.dir<-getwd() # change to the new directory setwd("/data/homes/ccpage/ngs/Argueso/Tophat/flocculated/cuffdiff/ fpkmgt") # source of this code below # https://stat.ethz.ch/pipermail/r-help/2008-March/158336.html files <- Sys.glob("*.csv") # get names of files to process #result <- numeric(length(files)) # preallocate assuming single value from each file for (i in seq_along(files)){ #...
2012 Jul 14
2
Help for Fisher's exact test
Hi, R-help, I have a group of data from RNA-seq want to be analyzed by Fisher's exact test in R. I want to compare the significant difference of about 30,0000 individuals in two different samples, and I have no idea how to use R, so could you please give me some suggestions or the scripts for Fisher's exact test? Thank you very much. Best, Guanfeng Wang [[alternative HTML version