![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CummeRbund error with SQLite. | ramma | Bioinformatics | 15 | 09-15-2014 04:49 PM |
CummeRbund error | NRiddiford | RNA Sequencing | 5 | 07-26-2013 12:18 PM |
CummeRbund error | newbietonextgen | Bioinformatics | 1 | 06-15-2012 12:24 PM |
CummeRbund Volcanoplot error | Him26 | Bioinformatics | 1 | 04-20-2012 11:50 AM |
CummeRbund error without CDS | dvanic | Bioinformatics | 5 | 03-12-2012 10:24 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Brazil Join Date: Jul 2011
Posts: 6
|
![]()
Hi,
I'm stuck in this cummeRbund error: library(cummeRbund) cuff_data <- readCufflinks('diff_out') Creating database diff_out/cuffData.db Reading diff_out/genes.fpkm_tracking Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 33 elements If someone can help... Thanks |
![]() |
![]() |
![]() |
#2 |
Junior Member
Location: US Join Date: Oct 2012
Posts: 3
|
![]()
Hi,
I am having the same error: cuff_data <- readCufflinks ('diff_out') Creating database diff_out/cuffData.db Reading diff_out/genes.fpkm_tracking Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 25 elements Were you able to resolve this problem? Thanks. |
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: Brazil Join Date: Jul 2011
Posts: 6
|
![]()
I look all the files searching the problem...the problem was in the GFF3 (or GTF) file. The '#' character appeared in some gene names.
Probably your annotation file have some character that the R don't recognize. |
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: US Join Date: Oct 2012
Posts: 3
|
![]()
Thanks. I deleted all the '#' characters and received some progress but another error.
> cuff_data <- readCufflinks ('diff_out') Creating database diff_out/cuffData.db Reading diff_out/genes.fpkm_tracking Checking samples table... Populating samples table... Writing genes table Reshaping geneData table Recasting Writing geneData table Reading diff_out/gene_exp.diff Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 14 elements It may just be the same problem but with the gene_exp.diff file this time. Thanks again and I appreciate your help! ![]() |
![]() |
![]() |
![]() |
#5 |
Junior Member
Location: Brazil Join Date: Jul 2011
Posts: 6
|
![]()
I'm glad that I can help.
I ran all the TopHat and cufflinks pipeline with the GFF3 corrected to avoid errors and it worked well for me. |
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: USA Join Date: Oct 2012
Posts: 1
|
![]()
Hi
I have similar problem while loading database in commeRbund > library("cummeRbund") > cuff_data<-readCufflinks('cuffdiff_output_sample-ATvsBC') Creating database /cuffdiff_output_sample-ATvsBC/cuffData.db Reading Run Info File cuffdiff_output_sample-ATvsBC/run.info Writing runInfo Table Reading Read Group Info cuffdiff_output_sample-ATvsBC/read_groups.info Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 7 elements Then I try > cuff_data CuffSet instance with: 0 samples 0 genes 0 isoforms 0 TSS 0 CDS 0 promoters 0 splicing 0 relCDS The cuffData.db file is only 70kb, so I assume there are some error in loading db. Any help will be highly appreciated. |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Location: NikoNarita.jp Join Date: Jul 2013
Posts: 142
|
![]()
Hi there
I got the same problem... any solution ? Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|