Entering edit mode
9.8 years ago
caelyn5201314
▴
10
Hi,all!
I use the cufflinks with the parameter -G
and found that all the FPKM values are 0.
This is my command:
/share_bio/nas2/zhangz_group/xial/software/cufflinks-2.2.1.Linux_x86_64/cufflinks \
-o /share_bio/nas2/zhangz_group/xial/test/$Filename2[$i]/$realFiles[$j]/cufflinks_result \
-p 8 \
-G /share_bio/nas2/zhangz_group/xial/cufflinks_anno/allcomB.combined.gtf \
/share_bio/nas2/zhangz_group/xial/data-tophat/$Filename2[$i]/$realFiles[$j]/$tophatResult[$k]
Thanks all!
The command you've used looks quite complicated. Are you sure the correct genome annotation file is being passed to cufflinks? Check the value of all the shell variables used to see if it's the correct file being opened.
The annotation file is correct. If I use
-g
then nothing wrongHave you checked that chromosome names are identical in annotation and genome reference?
Yes, this is my annotation file