Error in SpliceR and GTF file issue
3
0
Entering edit mode
mfahim • 0
@mfahim-7714
Last seen 8.8 years ago
Korea, Republic Of
I got my RNAseq data from Vendor, who used GFF file in TopHat etc. 

1. Can I use GFF file? in other words will SpliceR support GFF or I need GTF?

2. I am getting the following error.. and have no idea what it means..
Creating spliceRList...
Error in strsplit(unlist(lapply(isoformDataSplit, FUN = function(x) { : 
  non-character argument

 

Help from anyone would be greatly appreciated.

 

Have a nice day

Fahim

SpliceR Cuffdiff • 2.1k views
ADD COMMENT
1
Entering edit mode
qinsheng.cn ▴ 10
@qinshengcn-8466
Last seen 8.7 years ago

Hi! Man.

I meet this error and solved it. I hope my experience will help you.

You'd better check your "readCufflinks" function, it must use "gtfFile =" and "genome =" parameter.

My error disappeared after setting these parameters.

Good luck!

 

ADD COMMENT
1
Entering edit mode
gdy ▴ 10
@gdy-8741
Last seen 8.6 years ago
United States

Hi qxs718, 

I faced same issue when I did cuffdiff without merged.gtf files. 

Basically you need to aligned your bam files to merged.gtf from cuffmerge (that is reference transcriptome) when you execute cuffdiff. 

Then you provide same merged.gtf file to readCufflink

cuffDB <-readCufflinks(rebuild = T, gtfFile='your merged.gtf', genome='hg19') 

In my case it solved the issue.

ADD COMMENT
0
Entering edit mode

It's quite useful for "rebuild = T" 

ADD REPLY
0
Entering edit mode
qxs718 • 0
@qxs718-8683
Last seen 8.7 years ago
United States

Hi I met same problem. My "readCufflinks" used the gtfFile and genome parameters, while I still have this problem.

Any ideas?

ADD COMMENT

Login before adding your answer.

Traffic: 425 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