![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is the meaning density in CummeRbund plots? | Carlos Borroto | Bioinformatics | 16 | 12-29-2016 10:05 PM |
cummeRbund get isoforms | paolo.kunder | Bioinformatics | 6 | 04-23-2014 08:59 AM |
Biological replicates with cuffdiff, cummeRbund | turnersd | Bioinformatics | 15 | 11-19-2012 06:59 AM |
CDS vs cDNA | s13ep | MGISEQ (FKA Complete Genomics) | 4 | 04-20-2012 03:19 PM |
How can I look up CDS from NCBI | litc | Bioinformatics | 1 | 12-06-2010 02:03 PM |
![]() |
|
Thread Tools |
![]() |
#1 | |
Member
Location: Sydney, Australia Join Date: Jan 2012
Posts: 61
|
![]()
Hi! I'm trying to run cummeRbund on a cufflinks dataset without a reference annotation of any sort (i.e. just the transcripts assembled from bowtie/tophat results), which leads to my cds.diff being empty.
Hence, I get the following error when trying to create a cummeRbund database: Quote:
Thanks in advance! |
|
![]() |
![]() |
![]() |
#2 |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]()
Hi dvanic,
This has been addressed in the development version of cummeRbund. (now v1.1.3). Please try updating to the new version and see if this resolves this issue. compbio.mit.edu/cummeRbund Cheers, Loyal |
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: Phoenix Join Date: May 2010
Posts: 7
|
![]()
Hi loyal Goff,
I have been trying running CummeRbund. As suggested I installed the latest version of cummeRbund (v1.1.3) within R 2.15.0 . The Error << Error in data.frame(index = c(1:length(samples)), sample_name = samples) arguments imply differing number of rows: 2, 0 Calls: readCufflinks -> loadGenes -> populateSampleTable -> data.frame >> disappeared , but a new one showed up as copied below: NOTE: my working directory is the ouput directory of cuffdiff. I have to mention that CDS, promoter and TSS files are empty in my case. Only Isoforms and Genes files contain results. Loading required package: RSQLite Loading required package: methods Loading required package: DBI Loading required package: ggplot2 Loading required package: reshape2 Creating database /cuffdiff_outputs/cuffData.db Reading /cuffdiff_outputs/genes.fpkm_tracking Checking samples table... Populating samples table... Writing genes table Reshaping geneData table Recasting Error in as.data.frame(cast(genemelt, ... ~ measurement)) : could not find function "cast" Calls: readCufflinks -> loadGenes -> as.data.frame Thanks for your help. Best, Christophe |
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: Phoenix Join Date: May 2010
Posts: 7
|
![]()
Addendum to my previous post:
I have tried to run cummeRbund both on linux and Windows and got the same error: Error in as.data.frame(cast(genemelt, ... ~ measurement)) : could not find function "cast" Calls: readCufflinks -> loadGenes -> as.data.frame Execution halted |
![]() |
![]() |
![]() |
#5 |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]()
Hi cristophe,
This was a bug inadvertently created when I switched to reshape2. I have fixed it for future releases, but for now, the workaround is to import the original 'reshape' library before calling 'readCufflinks': Code:
>library(cummeRbund) >library(reshape) >cuff<-readCufflinks() Cheers, Loyal |
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: Phoenix Join Date: May 2010
Posts: 7
|
![]()
Hi Loyal,
That works. Only reshape2 was loading automatically and not reshape. Thanks Christophe |
![]() |
![]() |
![]() |
Thread Tools | |
|
|