MSc student
0
0
Entering edit mode
Deeplaxmi • 0
@4cca3478
Last seen 14 months ago
United Kingdom

Enter the body of text here

Code should be placed in three backticks as shown below

heatmap(exprs, col=topo.colors(100), ColSideColors=molColours) 
# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )

I only have the script to interpret. Does exprs function need you to specify the subset in parathesis eg. exprs(x)?

genomes • 378 views
ADD COMMENT
1
Entering edit mode

Your function will work or not depending on your dataset : 1) If you created a matrix named exprs containing your numeric data then it is ok 2) If you need the function exprs() to get the numeric data from a eSet object because you did not create this matrix before, then you should use exprs(your_eSet_object)

So you need to further clarify your problem here

ADD REPLY

Login before adding your answer.

Traffic: 787 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