-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module-Traits Relationship results: display NA in all cells! #4
Comments
这种情况一般是材料命名规则的问题,比如sample_name中包含了
read.table读入R之后会变为
但是trait data读入R后sample id作为column不会被转义
这样在计算相关性的时候根据表达量矩阵计算的eigengene矩阵的sample id的为 要解决这个问题,要么将表达量矩阵中sample name规范化,不要用特殊字符,比如改写成 |
Auto translated by GPT3 The issue here is typically related to the naming conventions of the data. For example, if the
After reading into R using
However, when reading trait data into R, the sample ID is not escaped as a column name:
So, when calculating correlations, the sample IDs in the eigengene matrix calculated from the expression matrix are To address this issue, you can either standardize the sample names in the expression matrix by avoiding special characters, for example, rewrite them as |
您好,我也在Module-Traits Relationship 此步驟遇到問題。 |
您好,後來仔細檢查trait data format有問題,才出現此問題。 |
嗯 后续会更新,目前只接受tab分割的txt,后续会通过bruceR import 函数自动判断类型来导入。等我有时间了更新一波吧....😂 |
No description provided.
The text was updated successfully, but these errors were encountered: