search for: mir_test

Displaying 1 result from an estimated 1 matches for "mir_test".

Did you mean: mir_test3
2011 May 31
0
Plot duplicate csv columns
I am using the following function to plot columns from a CSV-file: plot_mi_time = function(mdata, miname) { mdata2 = mdata[row.names(mir_test) == miname, ] # print(mdata2) plot(c(1:3), mdata2, xaxt="n", ylab="Expression", xlab="Time(h)", , main=miname, pch=16) axis(1, at=c(1,2,3),labels=c("a","b","c")) } No I have a CSV file with 2 replicate columns that belongs to the...