| makeGoSet {pRoloc} | R Documentation |
MSnSetCreates a new "MSnSet" instance populated
with a GO term binary matrix based on an original object.
makeGoSet(object, params, namespace = "cellular_component", evidence = NULL)
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
library("pRolocdata")
data(dunkley2006)
data(dunkley2006params)
goset <- makeGoSet(dunkley2006[1:10, ],
dunkley2006params)
goset
exprs(goset)[1:10, 1:5]
image(goset)