zhengxwen / gdsfmt

R Interface to CoreArray Genomic Data Structure (GDS) Files (Development version only)
http://www.bioconductor.org/packages/gdsfmt
18 stars 4 forks source link

the node name should not contain "/" #19

Closed zhengxwen closed 6 years ago

zhengxwen commented 6 years ago
library(gdsfmt)

f <- createfn.gds("test.gds")
add.gdsn(f, "zzz/ff", 1:1000)
f

showing an error:

File: test.gds (145B)
+    [  ]
Error in inherits(node, "gdsn.class") : No such GDS node "zzz/ff"!