Hi,
I have been trying to see the differential expression of mrna seq by using there .bed files from epigenome data.
I have converted .bed files to .bam using bedtools and i am using cufflinks for obtaining FPKM values and using cuffdiff for checking the differential expression, but both are resulting 0 FPKM values.
command used:
cuffdiff -o Homo_sapiens.GRCh37.75.gtf ips_cell_line/gsm706050_s_sorted.bam UW.Fetal_Spinal_Cord/gsm1101679_sorted.bam
cufflinks -G Homo_sapiens.GRCh37.75.gtf UW.Fetal_Spinal_Cord/gsm1101679_sorted.bam
version: cufflinks 1.3.0-2ubuntu1
I have been trying to see the differential expression of mrna seq by using there .bed files from epigenome data.
I have converted .bed files to .bam using bedtools and i am using cufflinks for obtaining FPKM values and using cuffdiff for checking the differential expression, but both are resulting 0 FPKM values.
command used:
cuffdiff -o Homo_sapiens.GRCh37.75.gtf ips_cell_line/gsm706050_s_sorted.bam UW.Fetal_Spinal_Cord/gsm1101679_sorted.bam
cufflinks -G Homo_sapiens.GRCh37.75.gtf UW.Fetal_Spinal_Cord/gsm1101679_sorted.bam
version: cufflinks 1.3.0-2ubuntu1
Comment