![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Samtools "is recognized as '*'" "truncated file" error | axiom7 | Bioinformatics | 3 | 11-26-2014 03:53 AM |
BIRDSUITE error ["could not open 'GenomeWideSNP_6.birdsuite_probelist' to read".] | soulsacross | Bioinformatics | 0 | 06-04-2014 06:11 AM |
Why could I not find "kegg.gsets" function in gage package? | wmseq | Bioinformatics | 7 | 11-27-2013 03:28 PM |
DEXSeq error in estimateDispersions: match.arg(start.method, c("log(y)", "mean")) | fpadilla | Bioinformatics | 14 | 07-03-2013 03:11 PM |
Tophat error "read #1 does not have a matching mate in the same order" | wangli | RNA Sequencing | 16 | 11-22-2012 05:21 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Hi,
I am trying to establish gage protocol by Weijun Luo. I get the following error when I want to load the demo data: > filename=system.file("exdata/gse16873.demo", package = "gage") > demo.data=readExpData(filename, row.names=1) Error in read.table(file = file, header = header, sep = sep, quote = quote, : no lines available in input In addition: Warning message: In file(file, "rt") : file("") only supports open = "w+" and open = "w+b": using the former Any help? /Parham |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: US Join Date: Aug 2013
Posts: 123
|
![]()
Parham,
You had an typo in the following line, the data directory should be extdata/ not exdata/ filename=system.file("extdata/gse16873.demo", package = "gage") It works for me: > filename=system.file("extdata/gse16873.demo", package = "gage") > demo.data=readExpData(filename, row.names=1) > str(demo.data) 'data.frame': 100 obs. of 12 variables: $ HN_1 : num 6.77 6.34 6.59 6.82 7.36 ... $ DCIS_1: num 6.46 6.76 6.79 6.59 7.31 ... $ HN_2 : num 6.92 7.18 6.74 6.51 7.39 ... $ DCIS_2: num 6.77 6.84 6.77 6.41 7.33 ... … |
![]() |
![]() |
![]() |
#3 |
Member
Location: Sweden Join Date: Jul 2013
Posts: 84
|
![]()
Yes bigmw, I figured later. Thanks though.
Are you good at gage? I have another thread asking a problem. /parham |
![]() |
![]() |
![]() |
Tags |
error, gage, readexpdata |
Thread Tools | |
|
|