Re: [R] need help to work with Boolnet package

2016-05-22 Thread Jim Lemon
Okay, perhaps if you try this: cellcontrol<- loadNetwork("C:/Users/mohammad/Documents/cellcontrol.txt") stateTransition(cellcontrol, rep(1,11)) Obviously this is a guess, but it might help. Jim On Mon, May 23, 2016 at 1:55 PM, mohammad alsharaiah wrote: > Hi jim , > first of all iwant to tha

Re: [R] need help to work with Boolnet package

2016-05-22 Thread Jim Lemon
Hi Mohammad, I don't have the BoolNet package installed, but the error means that the object "cellcontrol" is not there for the function to use. It should be a network "generated by generateRandomNKNetwork, or reconstructed by reconstructNetwork" as detailed in the help pages. Jim On Mon, May 23

[R] need help to work with Boolnet package

2016-05-22 Thread mohammad alsharaiah
Hi, every one , im using Boolnet package inside R environment to create a boolean network. after i create a text file for the Boolean network and i loaded it by using R by using this command: > library(BoolNet) > loadNetwork("C:/Users/mohammad/Documents/cellcontrol.txt") then its loaded ins