Re: [R] extract objects from R output

2014-12-14 Thread David Winsemius
PLEASE DO NOT POST IN HTML: > On Dec 14, 2014, at 12:30 PM, Kruti Pandya wrote: > > I am new to R and using this package BoolNet. I wanted to extract the > boolean transition functions resulting from the output of > generateRandomNKNetwork function. I am able to extract individual function > us

[R] extract objects from R output

2014-12-14 Thread Kruti Pandya
I am new to R and using this package BoolNet. I wanted to extract the boolean transition functions resulting from the output of generateRandomNKNetwork function. I am able to extract individual function using net$interactions$Gene1$expression,net$interactions$Gene2$expression . But it gives me