Entering edit mode
6.3 years ago
catglen012
▴
10
Hello! I am trying to create a heatmap but I am unable to do so because it seems like an object "exprs" is masked:
> heatmap.2(exprs(vsdFull)[select,], col = hmcol, trace="none", margin=c(10, 6))
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘exprs’ for signature ‘"DESeqTransform"’
I was wondering what do I need to type in my console for this error not to occur?
To add,
exprs()
is applied to ExpressionSet objects, which usually contain gene expression microarray data.I was not sure of what it meant since I am following a tutorial/ beginner, but thank you so much! This solved my problem!
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.