Hello,
You can try either one of these methods::
#Simple line plot
dat1<-read.table(text="
Gene1 10 14 12 23 11 11 33 1
Gene2 4 2 1 1 3 4 1 2
Gene3 2 5 7 5 6 89 7 3
Gene4 1 9 8 3 90 8 8 5
",sep="",header=FALSE,stringsAsFactors=FALSE)
dat2<-as.data.frame(t(dat1[,-1]))
colnames(dat2)<-paste("Gene",
I think we need some raw data. Have a look at ?dput for a way to supply it.
It might help if you supplied some sample code of what you have tried.
"I want a line plot" is not particularly helpful.
John Kane
Kingston ON Canada
> -Original Message-
> From: anamika...@gmail.com
> Sent:
2 matches
Mail list logo