Deleted:Error in abs(wTO) : non-numeric argument to mathematical function
1
0
Entering edit mode
melander • 0
@1e9b66c7
Last seen 2.4 years ago
Germany

Hi everyone,

I constructed Networks wich are very large. I want to adapt them with cutoffs.

This is my code:

sum(network_day_0$wTO > 0.3, abs(wTO), na.rm = TRUE)

I get this Error:

Error in abs(wTO) : non-numeric argument to mathematical function

I tried this:

 sapply(network_day_0, class)    
 Node.1      Node.2         wTO 
"character" "character"   "numeric" 

And this:

 class(network_day_0$wTO)
[1] "numeric"

I'm not able to find the mistake. Can someone please help me?

wTO Network DESeq2 • 452 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1484 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