当前位置:网站首页>R language error
R language error
2022-07-25 08:11:00 【Gone with the wind*】
1. In the use of R Language goes on WGCNA In the analysis . The following errors are always reported for the original data type (REAL() can only be applied to a 'numeric', not a 'integer').
net = blockwiseModules(
e,
power = 8,
TOMType = "unsigned",
minModuleSize = 30,
reassignThreshold = 0,
mergeCutHeight = 0.25,
numericLabels = TRUE,
pamRespectsDendro = FALSE,
saveTOMs = TRUE,
saveTOMFileBase = "femaleMouseTOM",
verbose = 3)
Calculating module eigengenes block-wise from all genes
Flagging genes and samples with too many missing values...
..step 1
..Working on block 1 .
Error in blockwiseModules(e, power = 8, TOMType = "unsigned", minModuleSize = 30, :
REAL() can only be applied to a 'numeric', not a 'integer'2. see e The data type of this file itself
> class(e)
[1] "data.frame"3. terms of settlement .
e[] <- lapply(e, as.numeric)The blogger opened a new official account , I hope you can scan the code and pay attention , Thank you very much .

边栏推荐
- 【黑马程序员】Redis学习笔记003:Redis事务
- One of C language multithreading programming
- Eval and assert one sentence Trojan horse analysis
- Implement hot post | community project with timed tasks and cache
- 机器学习理论及案例分析(part2)--回归
- batchnorm 和layernorm的区别
- While (~scanf ("%d", & n)) is equivalent to while (scanf ("%d", & n)! =eof)
- Raspberrypico analytic PWM
- JS typewriter animation JS special effect plug-in autotyperjs
- Online bookstore system based on jsp+servlet+mysql
猜你喜欢
Mysql-5.7 installation

Network file storage system (III) practice of fastdfs distributed file system

Svg creative underline style JS special effect

The 17th revitalization cup computer programmer (cloud computing platform operation and development) finals

牛客动态规划训练

The two Nobel Prize winners became the chief scientist of the sky high price Baijiu of "taishanglaojun holding a dream"

Node+js build time server

ArcGIS Pro scripting tool (10) -- generate.Stylx style symbols from layers

Test the mock data method of knowing and knowing

Oracle trigger creation
随机推荐
Network packet loss, network delay? This artifact helps you solve all problems
Vscode remote connection server, switch to go version
Raspberry pie 4B ffmpeg RTMP streaming
batchnorm 和layernorm的区别
Science: listening to music can really relieve pain. Chinese scientists reveal the neural mechanism behind it
Design a stack with getmin function
App power consumption test
第3章业务功能开发(查询线索)
Advanced C language (XIII) - Example Analysis of dynamic memory management
A queue of two stacks
C 43. Get UDP available ports
Learn when playing No 5 | human high quality examination, right here →
CM4 development cross compilation tool chain production
The difference between batchnorm and layernorm
Codeforces Round #809 Editorial(A,B,C)
第十七届振兴杯计算机程序设计员(云计算平台运维与开发)决赛
Cerebral cortex: the relationship between lifestyle and brain function in the elderly and its relationship with cognitive decline
ArcGIS Pro脚本工具(10)——从图层生成.stylx样式符号
CentOS 8.2 MySQL installation (xshell6)
Technical Analysis | Doris connector combined with Flink CDC to achieve accurate access to MySQL database and table exactly once