Cummerbund Help
1
0
Entering edit mode
10.2 years ago
madkitty ▴ 690

I have 3 samples in 3 folders under the working directory of R,

  • ~/Sample1
  • ~/Sample2
  • ~/Sample3

How can I point to R the directory for each sample in one readCufflinks command? If I just call readCufflinks it returns 0 sample ..

 > cuff<-readCufflinks()
 > cuff
 CuffSet instance with:
     0 samples
     0 genes
     0 isoforms
     0 TSS
     0 CDS
     0 promoters
     0 splicing
     0 relCDS
cummerbund r • 3.5k views
ADD COMMENT
1
Entering edit mode
10.2 years ago
Johan ▴ 890

You can set the directory to read from by:

cuff <- readCufflinks(dir="/path/to/your/data")

However, if I'm not mistaken cummeRbund should be used to read cuffdiff results, i.ex. results from differential expression studies, which means that normally you would have all you output data in one place.

ADD COMMENT

Login before adding your answer.

Traffic: 2723 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6