Control Of R Script
Hello, Is it possible to have keyboard input in an R script, for example to control the files used ?
r
• 1,213 views
•
link
updated
by
Istvan Albert
•
written
by
Mycroft34 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Confused about PED and MAP file
written by Begonia_pavonina •Hello everyone, I try to use an R package called detectRUNS, and the documentation suggest I have to use "the Plink ped and map files" …
-
how to write an R script that takes from the user a list of numbers and do some mathematical operat…
written by m90 •i want to know how to write R script that takes from the user a list of numbers and outputs the following of the list: …
-
Running python script in Snakemake without input/output
written by Hansen_869 •Hi I have a very simple question. Is it possible to run a python script in a snakefile, without specifying an output/input? I have a …
-
MACS2 and single file for analysis
written by Morris_ChairHello everyone, I am new to ChIP-seq and I want to reproduce an analysis from a paper . In SRA they loaded only one file, …
-
Annovar annotation, multiple commands possible?
written by banckhenrik •<p>Hello,</p> <p>I am new to Annovar, I would like to ask if it is possible to use more than one command, for example filter per …
-
Looking For Correlation Between Genes Features Using Galaxy Tools
written by Mycroft34 •<p>Hello,</p> <p>I would like to look for association of a binding site (from a ChIP-seq experiment) and some features (for example CpG regions) of nearby …
-
Puzzling Error Message While Working Through A Bioconductor Tutorial On Microarrays
written by Mycroft34 •<p>I tried recently somme tutorial on microarray data analysis, using either the following link: <a href="http://bioinformatics.knowledgeblog.org/2011/06/20/analysing-microarray-data-in-bioconductor/">http://bioinformatics.knowledgeblog.org/2011/06/20/analysing-microarray-data-in-bioconductor/</a> or the chapter on bioconductor from "R in a …
-
S4 Object Older Than Version 2.4.0 : Please Recreate It
written by Mycroft34 •<p>Hi, I have got a bioconductor package, and I am trying to get it to work on my own data; to have a reference, I …
-
Setting A Proxy In R
written by Mycroft34 •<p>I'm not sure if it is the right place to ask this question; it might be better at stackoverflow, but I'm not sure they know …
-
How To Generate A New Cdf File ?
written by Mycroft34 •<p>Hello,</p> <p>I have got a list of probes that I would like to mask out from future analysis of expression using a HGU133plus2 affymetrix chip.</p> …
I don't really know what this question means, but it is not bioinformatics-specific so will be closed.
You can use readline(): http://stat.ethz.ch/R-manual/R-devel/library/base/html/readline.html or scan: http://rss.acs.unt.edu/Rdoc/library/base/html/scan.html
please look at this comand: commandArgs