Try this:

test=c("Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY","157","20")
paste(test, collapse="-",sep="")

HTH,

Jorge


On Mon, Jul 21, 2008 at 2:49 PM, Rajasekaramya <[EMAIL PROTECTED]>
wrote:

>
> hi
>
> I have vector test. It has 3 elements. I want to join the three into one
> vector.
> "Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY-157- 20".
> how can i do it.
>
>
>
> > class(test)
> [1] "character"
> > test
> [1] "Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY" "157"
> [3] "20"
>
> Ramya
> --
> View this message in context:
> http://www.nabble.com/vector-help-tp18575055p18575055.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to