search for: arasu

Displaying 9 results from an estimated 9 matches for "arasu".

Did you mean: arash
2017 Nov 01
3
Function to save results
...nesis//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/ /Desktop//Attractor analysis_all genes//synaptogenesis// regulationof_dopamine_ signaling_submodule3.txt&q...
2017 Nov 01
0
Function to save results
...also be able to save the output with File | Save to File. --------------------------------------- David L Carlson Department of Anthropology Texas A&M University College Station, TX 77843-4352 -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Priya Arasu via R-help Sent: Wednesday, November 1, 2017 9:57 AM To: Eric Berger <ericjberger at gmail.com> Cc: r-help at r-project.org Subject: Re: [R] Function to save results Hi Eric,Thanks for the explanation. Is there a way to save the results automatically after the analysis gets over?. As I recen...
2017 Nov 01
2
Function to save results
...;)2. to complete the saving to the file you must give a second sink command with no argument:? sink()So your code would be (pseudo-code, not actual code) sink( "filename" )do something that prints output which will be captured by sinksink() HTH,Eric On Wed, Nov 1, 2017 at 1:32 PM, Priya Arasu via 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//Pr...
2017 Nov 01
0
Function to save results
...ttr.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//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_dopamine_sign...
2017 Nov 01
0
Function to save results
No. You have not used it correctly. It was an example. Put your commands between the two sink functions. That will save any printed 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 '...
2017 Nov 01
0
Function to save results
...complete the saving to the file you must give a second sink command with no argument: sink() So your code would be (pseudo-code, not actual code) sink( "filename" ) do something that prints output which will be captured by sink sink() HTH, Eric On Wed, Nov 1, 2017 at 1:32 PM, Priya Arasu via 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 &lt...
2017 Nov 01
1
Function to save results
...also be able to save the output with File | Save to File. --------------------------------------- David L Carlson Department of Anthropology Texas A&M University College Station, TX 77843-4352 -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Priya Arasu via R-help Sent: Wednesday, November 1, 2017 9:57 AM To: Eric Berger <ericjberger at gmail.com> Cc: r-help at r-project.org Subject: Re: [R] Function to save results Hi Eric,Thanks for the explanation. Is there a way to save the results automatically after the analysis gets over?. As I recen...
2001 Mar 23
1
wine in RPM format
Hi, Is there any wine in RPM format available anywhere. appreciated for giving the source information. thanks. -arasu
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