Displaying 2 results from an estimated 2 matches for "nameofdata".
Did you mean:
nameidata
2006 Apr 27
1
proposed modifications to deprecated
...s good example from five years ago is often no
longer a good example today. This one is a bit harder, but we can modify
tools:::.make_file_exts("data")
to first look for a ".DEP" extension (this does not seem to be a
widely used extension), and if such a file exists, ie NameofData.DEP
one of two things happens: if it contains a character string we use
that for the message (we could source it for the message?), if not print
a standard message (just as .Deprecated does) and then continue with the
search using the other file extensions.
Defunct could be handled similar...
2011 Nov 16
4
Pairwise correlation
Dear All,
I am not familiar with R yet I want to use it to perform some task, hence my
posting here. I hope someone can help.
I have a set of data, genes (rows) and samples (columns). I want to do a
Pearson correlation on all the possible pairwise combinations of all the
genes (2000). Does anyone have an idea of how to execute this in R?
Thanks in advance.
--
View this message in context: