Function createExpressionSet: Creating an ExpressionSet - Which package needed?
0
0
Entering edit mode
Bine ▴ 40
@bine-23912
Last seen 8 days ago
UK

Dear all,

I found above function under https://rdrr.io/bioc/ArrayTools/man/createExpressionSet.html and would love to use it, it is exactly what I am looking for (creating an expressionset from metadata and gene expression data).

But unfortunately I cant find anywhere which package is needed to run it..

Currently I get this error:

Error in createExpressionSet(colData, cts, annotation = "Expresssion Set") : could not find function "createExpressionSet"

Thank you so much for any hints!!!

ExpressionData • 693 views
ADD COMMENT
0
Entering edit mode

Ok this seems to be the solution:

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("ArrayTools")

ADD REPLY

Login before adding your answer.

Traffic: 501 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6