找到约 15 条结果

文章 GWAS模型描述方法

GWAS analysis with models: naive: y= x + e, fixed: y = x + q + e, kinship: y=x+z+e (Pariseaux and Bernardo, 2004), QK: y = x + q + z + e (Yu et al., 2006), eigenstrat: y = x + q + e (Price et al., 2006; Malosetti et al., 2007).   参考: https://mran.microsoft.com/snapshot/201...

问题 New state of 'nil' is invalid

...老师的教程输入命令进入虚拟机时一直报这个“New state of 'nil' is invalid”。尝试卸载Docker Desktop后重启电脑重新安装还是这样。这种情况应该怎么办呢?

文章 ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (none/other)

重新安装一下: pip install pycurl --compile --no-cache-dir  --ignore-installed

问题 基因家族分析circos时显示基因基因数目超出最大值怎么办

You have asked to draw [32780] links from file       /home/manager/gene_family/circos/genome.txt   but the maximum is currently set at [25000]. To increase this number change   max_links in etc/housekeeping.conf. Keep in mind that drawing that many links   may create an image that is too...

文章 ROC 曲线绘制,多个和x轴空白

...随机森林模型中对应的预测指标    plot=TRUE,     legacy.axes=TRUE,     percent=TRUE,     xlab="False positive percentage",     ylab="True postive percentage",    col="#4daf4a",    lwd=4,     print.auc=TRUE)plot.roc(obese,rf.model$votes[,1],percent=TRUE,col="#4daf...

文章 BLINK(C版本) 进行 GWAS分析的教程

...关联位点,会显示" Number of all the candidate QTNs is 0 The signal from LM is to weak!" 如果有很多表型,可以用for循环运行,这里1..20代表从第一个表型到20个表型 for i in {1..20} ;doblink_linux --gwas --file myData --vcf --trait $idone 这个C版本的速...

文章 R inferCNV 安装报错: rjags R 安装报错 automatic detection of JAGS failed. Please use pkg-config to locate the JAGS

...的 JAGS tar zxvf JAGS-4.3.0.tar.gz ./configure --prefix=/share/work/biosoft/JAGS/JAGS-v4.3.0 2.设置环境变量: export JAGS_PREFIX=/share/work/biosoft/JAGS/JAGS-v4.3.0 export JAGS_LIBDIR=$JAGS_PREFIX/lib export JAGS_INCLUDEDIR=$JAGS_PREFIX/include export LD_LIBRARY_PATH=/share/wor...

文章 库文件位置问题

      7 The following object is masked from ‘package:VennDiagram’:      8       9     ellipse     10      11 Error in dyn.load(file, DLLpath = DLLpath, ...) :      12   unable to load shared object '/share/work/biosoft/R/R-v4.2.0/lib64/R/library/units/libs/units.so':  ...

问题 circos绘制基因组共线性图绘图命令运行问题

...是哪里出问题了呀?要怎么解决呢?谢谢老师~   To see where Circos looks for the file, use       circos -debug_flag io   To see how configuration files work, create the example image, whose   configuration and data are found in example/. From the Circos distribution ...

问题 老师请问这个n=n-1和s=s*x的意义是什么啊?python循环

问题 请问 报错Error in parse(text = x, keep.source = FALSE) : 该如何修正

在进行单因素COX分析时输入第一个变量就报错了,请问是什么原因呢?谢谢

问题 基因家族分析文章:筛选时为什么选用基因组数据库的编码蛋白,而不是蛋白组数据库?

...稿人问道:It is not clear to me why authors search protein from the genome, not proteome. Moreover, the authors should underline that their results report the finding of candidate genes encoding protein and not candidate proteins, as they performed a genom...

文章 【前沿研究】肺癌转移机制的新靶点-- lncRNA AC026904.1

... and epithelial-mesenchymal transition through functioning as an enhancer of Slug in lung cancer cells”的文章,研究lncRNA AC026904.1在肺癌转移中的作用。发现AC026904.1在转录水平上调Slug表达,进而在肺癌转移中发挥重要作用,为AC026904.1作为转移性肺...

文章 gdc-client 下载TCGA数据 报错 RROR: {"message":"Your token is invalid or expired. Please get a new token from GDC Data Portal."}

需要token  使用说明:https://docs.gdc.cancer.gov/Data_Transfer_Tool/PDF/Data_Transfer_Tool_UG.pdf

问题 getGEO函数不能下载,提示Error in open.connection(x, "rb") : cannot open the connection,谢谢!