NP2009code {biomaRt} | R Documentation |
Display the analysis code from the 2009 Nature protocols paper
Description
This function opens an editor displaying the analysis code of the Nature Protocols 2009 paper
Usage
NP2009code()
Details
The edit
function uses getOption("editor")
to select the editor.
Use, for instance, options(editor="emacs")
to set another editor.
Author(s)
Steffen Durinck, Wolfgang Huber
See Also
Examples
if(interactive()){
NP2009code()
}
[Package biomaRt version 2.52.0 Index]