Skip to content

Directory operations

7 messages · anupam sinha, jim holtman, Uwe Ligges +2 more

#
On 09.01.2010 19:04, anupam sinha wrote:
Please do turn that arrow around....
There is no directory .../i
Your probably want:
setwd(file.path("/home/anupam/Research/Anupam_data/ORG_XML_FILES/", i))

Uwe Ligges
1 day later
#
To initialize an list:
## and then extend it as in your code
$x
[1] 1
$x
[1] 1

$y
[1] 1
At 7:16 PM +0530 1/10/10, anupam sinha wrote:

  
    
#
On 1/10/10 5:46 AM, anupam sinha wrote:
## the following is much preferred:

org_xml_dirs <- list.files()
graph_list <- list() ## in general, avoid pairlist
Without output of sessionInfo() it is hard to diagnose further, but this 
looks like a bug that has been resolved in latest version of the XML 
package.  Please make sure you are using the latest R release and latest 
Bioconductor and CRAN packages.

+ seth