Hi,
I am trying to work with "minet" package in R. I have to import a large table of expression values in R. in minet tutorial it has said that data must be entered as data frame using this command: data(syn.data)
. I do not know in which format I have to import my data or what file extension should I use.
Can anybody suggest me any solution?
Regards
Nazanin
That is just an example to load the sample dataset for demonstrating the package.
You can use read.table or read.delim to read in your file/data.