search for: loadnetwork

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

2017 Nov 01
2
Function to save results
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//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&quo...
2017 Nov 01
0
Function to save results
...pseudo-code. The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement. 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&g...
2017 Nov 01
3
Function to save results
...he pseudo-code.?The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement.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> wrot...
2017 Nov 01
0
Function to save results
...a R-help <r-help at r-project.org > wrote: > Hi,I want the results to be saved automatically in a output text file > after the script has finished running. > > I used the sink function in the following example, but the results file > (output.txt) was empty. > > net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all > genes//synaptogenesis//regulationof_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 > gene...
2017 Nov 01
0
Function to save results
...he pseudo-code.?The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement.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> wrot...
2017 Nov 01
2
Function to save results
Hi,I want the results to be saved automatically in a output text file after the script has finished running. I used the sink function in the following example, but the results file (output.txt) was empty. net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_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//o...
2017 Nov 01
1
Function to save results
...he pseudo-code.?The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement.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 ? Hi Eric,I tried as you suggested but I could not find the output in the text file...
2017 Nov 01
0
Function to save results
...he pseudo-code. The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement.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<mailto...