当前位置:网站首页>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 .

边栏推荐
- RTOS series (13): assembly LDR instruction, LDR pseudo instruction, [rn] register indirect reference detailed analysis
- The two Nobel Prize winners became the chief scientist of the sky high price Baijiu of "taishanglaojun holding a dream"
- Advanced C language (11) - user defined data types
- Learn no when playing 8 | the enterprise saves hundreds of thousands in an instant, just because it uses it
- Network packet loss, network delay? This artifact helps you solve all problems
- 机器学习理论及案例分析(part1)--机器学习基础
- Surpassing transformer, Tsinghua, byte significantly refresh parallel text generation SOTA performance | ICML 2022
- Problems easily ignored by POM
- Test the mock data method of knowing and knowing
- 【黑马程序员】Redis学习笔记005:企业级解决方案
猜你喜欢

A simple hotel background management system based on jsp+servlet+mysql

牛客动态规划训练

【着色器实现Shadow投影效果_Shader效果第八篇】

Eval and assert one sentence Trojan horse analysis

Redis core principles

ArcGIS Pro脚本工具(10)——从图层生成.stylx样式符号
![[shader realizes shadow projection effect _shader effect Chapter 8]](/img/f3/aa935cc1bb4983d5a8dc0a9710ec6e.png)
[shader realizes shadow projection effect _shader effect Chapter 8]
![RTOS series (13): assembly LDR instruction, LDR pseudo instruction, [rn] register indirect reference detailed analysis](/img/87/d116e729c771fcf3ce95958a45d85f.png)
RTOS series (13): assembly LDR instruction, LDR pseudo instruction, [rn] register indirect reference detailed analysis
Technical Analysis | Doris connector combined with Flink CDC to achieve accurate access to MySQL database and table exactly once

Network packet loss, network delay? This artifact helps you solve all problems
随机推荐
VS2019 C# MFC安装
The value of integer a after bitwise negation (~) is - (a+1)
node+js搭建时间服务器
RTOS series (13): assembly LDR instruction, LDR pseudo instruction, [rn] register indirect reference detailed analysis
Learn no when playing 8 | the enterprise saves hundreds of thousands in an instant, just because it uses it
Technical Analysis | Doris connector combined with Flink CDC to achieve accurate access to MySQL database and table exactly once
一次简单的SQL注入靶场练习
Brush the title "sword finger offer" day01
[5g NR] 3GPP common protocol sorting
redis客户端工具redis-insight推荐
Redis best practices
app耗电量测试
Uiautomator2 common commands
Raspberry pie CM4 -- using metartc3.0 to integrate ffmpeg to realize webrtc push-pull streaming
Teach you to understand the computer optometry sheet
My creation anniversary
The 17th revitalization cup computer programmer (cloud computing platform operation and development) finals
While (~scanf ("%d", & n)) is equivalent to while (scanf ("%d", & n)! =eof)
第3章业务功能开发(查询线索)
Efcore's solution of multi tenant zero script, table and database read-write separation under SaaS system