[BioC] String manipulation: String to Command

Mohammad Esad-Djou shahrgol at web.de
Mon Oct 10 07:51:21 CEST 2005


Hello, 

I would like to convert a String to a COMMAND:

> direkt <- "mas"
> method <- paste(direkt,"(data.raw)",sep="")
> method
[1] "mas(data.raw)"

here I want to convert stringer to instruction: 
data.exprs <- method

but "method" is a string:
> data.exprs <- method
> data.exprs 
[1] "mas(data.raw)"
> 

How can I solve this problem correctly?

Thanks,
Mohammad Esad-Djou



More information about the Bioconductor mailing list