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,214 views
•
link
updated
by
Istvan Albert
10K
• |
written
by
Mycroft34
12
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Analysis of .csv data in R software
written by martta95 1Hello, I would like from 200 .csv files to select the fourth column paste into a new file, where the header will be the file …
-
Confused about PED and MAP file
written by Begonia_pavonina 22Hello 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 3i 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 8Hi 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_Chair 39Hello 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 0<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 12<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 …
-
S4 Object Older Than Version 2.4.0 : Please Recreate It
written by Mycroft34 12<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 12<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 12<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