[R] need help to work with Boolnet package

Jim Lemon drjimlemon at gmail.com
Mon May 23 05:40:56 CEST 2016


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, 2016 at 11:07 AM, mohammad alsharaiah
<mohdsharaiah at gmail.com> wrote:
> 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 inside R screen. But when i started to do some of tasks on
> this network every time i got this error message, this is an example how i
> work on the created network and get the error.
>
>> stateTransition(cellcontrol, rep(1,11))
> Error in inherits(network, "BooleanNetwork") :
>   object 'cellcontrol' not found
>>
>
> please can any one help me to solve this error .
>
> Reagdrs,
>
>
>
>
> *Mohammad *
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list