Dear all,
I am working on my RNA-seq data and when I following procotcol "Differential gene and transcription expression analysis of RNA-seq experiment with TopHat nad Cufflinks" I have problem after cuffdiff my samples:
When I wanna check information about cuffdiff in R - CummeRBund - there are zero values :
> cuff
CuffSet instance with:
12 samples
25834 genes
0 isoforms
0 TSS
0 CDS
0 promoters
0 splicing
0 relCDS
Why do I have zeros? I have trouble with plotting some graphs also.
Here is my syntax:
./cuffdiff -o all_samples_diff_prochazka \
-L 159,160,165,185,207,35,65,75,91,93,155,156 \
-b /home/iab/bundle/2.8/hg19/ucsc.hg19.fasta \
-u all_samples_merged_prochazka/merged.gtf \
-p 8 \
--library-type fr-unstranded \
-c 5 \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/159_tpout_hg19/159_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/160_tpout_hg19/160_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/165_tpout_hg19/165_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/185_tpout_hg19/185_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/207_tpout_hg19/207_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/35_tpout_hg19/35_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/65_tpout_hg19/65_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/75_tpout_hg19/75_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/91_tpout_hg19/91_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/93_tpout_hg19/93_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/155_tpout_hg19/155_accepted_hits.bam \
/home/iab/rna_analysis/tophat-2.0.11.Linux_x86_64/156_S7_tpout/accepted_hits.156_S7.bam
Thank you for any correction or ideas.
Paul
Thank you so much Andrew for your response and help!! :-) I am very appreciate it! So I will try it again with the iGenome sources!
Paul.