search for: getattractors

Displaying 8 results from an estimated 8 matches for "getattractors".

2017 Nov 01
3
Function to save results
...nt.You need (possibly) to do: sink("C://Users//Priya// Desktop//Attractor analysis_all genes//synaptogenesis//attr. txt") net <- loadNetwork("C://Users//Priya/ /Desktop//Attractor analysis_all genes//synaptogenesis// regulationof_dopamine_ signaling_submodule3.txt")attr <- getAttractors(net, type="asynchronous") sink() HTH,Eric ? On Wed, Nov 1, 2017 at 4:10 PM, Priya Arasu <galaxie2485 at yahoo.co.in> wrote: Hi Eric,I tried as you suggested but I could not find the output in the text file I created (attr.txt) net <- loadNetwork("C://Users//Priya/ /Deskt...
2017 Nov 01
1
Function to save results
Hi David,Thank you for the example.When I try to use the cat function, I get an error cat(attr<-getAttractors(net, type="asynchronous"))Error in cat(attr <- getAttractors(net, type = "asynchronous")) : argument 1 (type 'pairlist') cannot be handled by 'cat' Please let me know, if I have used the function in right way?. Thank you Priya ? On Wednesday,...
2017 Nov 01
2
Function to save results
...le I created (attr.txt) net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_dopamine_signaling_submodule3.txt")sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//attr.txt") sink() attr <- getAttractors(net, type="asynchronous") ?Priya On Wednesday, 1 November 2017 6:54 PM, Eric Berger <ericjberger at gmail.com> wrote: Some comments:1. sink() does not return a value. There is on point to set attr <- sink(...). Just give the command sink("C://....etc")2. to c...
2017 Nov 01
0
Function to save results
...nt.You need (possibly) to do: sink("C://Users//Priya// Desktop//Attractor analysis_all genes//synaptogenesis//attr. txt") net <- loadNetwork("C://Users//Priya/ /Desktop//Attractor analysis_all genes//synaptogenesis// regulationof_dopamine_ signaling_submodule3.txt")attr <- getAttractors(net, type="asynchronous") sink() HTH,Eric ? On Wed, Nov 1, 2017 at 4:10 PM, Priya Arasu <galaxie2485 at yahoo.co.in> wrote: Hi Eric,I tried as you suggested but I could not find the output in the text file I created (attr.txt) net <- loadNetwork("C://Users//Priya/ /Deskt...
2017 Nov 01
0
Function to save results
...t. You need (possibly) to do: sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//attr.txt") net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_dopamine_signaling_submodule3.txt") attr <- getAttractors(net, type="asynchronous") sink() HTH, Eric On Wed, Nov 1, 2017 at 4:10 PM, Priya Arasu <galaxie2485 at yahoo.co.in> wrote: > Hi Eric, > I tried as you suggested but I could not find the output in the text file > I created (attr.txt) > > net <- loadNetwo...
2017 Nov 01
0
Function to save results
...3.txt")# > First I loaded theinput file for which I want to identify attractors > attr <- sink("C://Users//Priya//Desktop//Attractor analysis_all > genes//synaptogenesis//output.txt")# used the sink function to save the > results from attr function > > attr <- getAttractors(net, type="asynchronous")# then ran the script for > identifying attractors > Is there any function to save the results before setting the script to > run, so that results are automatically saved in a text file after the > script has finished running? > > Thank youPriya...
2017 Nov 01
0
Function to save results
...rinted out put that results from those commands. It will not save attr, but you did not ask how to do that. David C On Nov 1, 2017 12:21 PM, Priya Arasu <galaxie2485 at yahoo.co.in> wrote: Hi David, Thank you for the example. When I try to use the cat function, I get an error cat(attr<-getAttractors(net, type="asynchronous")) Error in cat(attr <- getAttractors(net, type = "asynchronous")) : argument 1 (type 'pairlist') cannot be handled by 'cat' Please let me know, if I have used the function in right way?. Thank you Priya On Wednesday, 1 N...
2017 Nov 01
2
Function to save results
..._dopamine_signaling_submodule3.txt")# First I loaded theinput file for which I want to identify attractors attr <- sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//output.txt")# used the sink function to save the results from attr function attr <- getAttractors(net, type="asynchronous")# then ran the script for identifying attractors Is there any function to save the results before setting the script to run, so that results are automatically saved in a text file after the script has finished running? Thank youPriya [[alternative HTML versio...