Description Usage Arguments Value Author(s) Examples
Creates a new "MSnSet"
instance populated
with a GO term binary matrix based on an original object
.
1 2 |
object |
An instance of class |
params |
An instance of class |
namespace |
The ontology name space. One or several of
|
evidence |
GO evidence filtering. |
A new "MSnSet"
with the GO terms
for the respective features in the original object
.
Laurent Gatto
1 2 3 4 5 6 7 8 | library("pRolocdata")
data(dunkley2006)
data(dunkley2006params)
goset <- makeGoSet(dunkley2006[1:10, ],
dunkley2006params)
goset
exprs(goset)[1:10, 1:5]
image(goset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.