上一页 1 ··· 178 179 180 181 182 183 184 185 186 ··· 341 下一页
摘要: REF: https://puma.princeton.edu/cgi-bin/tools/viewSchema.pl?table=CLINICAL_SAMPLE http://isb-cancer-genomics-cloud.readthedocs.io/en/latest/sections/p 阅读全文
posted @ 2017-10-07 21:41 emanlee 阅读(6539) 评论(0) 推荐(0)
摘要: https://www.r-bloggers.com/number-formatting/ https://stackoverflow.com/questions/3443687/formatting-decimal-places-in-r https://stat.ethz.ch/R-manual 阅读全文
posted @ 2017-09-22 10:33 emanlee 阅读(1249) 评论(0) 推荐(0)
摘要: ERROR: The estimated pi0 <= 0. Check that you have valid p-values or use a different range of lambda. 重现错误的代码: ps <- runif(3e5)library(qvalue)ps <- ps 阅读全文
posted @ 2017-08-16 22:07 emanlee 阅读(1023) 评论(0) 推荐(0)
摘要: 错误: [root@centos64 numpy-1.13.1]# pip install numpy-1.13.1-cp27-cp27m-manylinux1_x86_64.whl Traceback (most recent call last): File "/usr/local/python 阅读全文
posted @ 2017-08-09 21:03 emanlee 阅读(3509) 评论(0) 推荐(0)
摘要: 首先得有pip没有的话安装一个。然后:pip install wheel然后:pip install 路径\文件名.whl pip --versionpip 9.0.1 from /dat3/wasp/anaconda3/lib/python3.6/site-packages (python 3.6 阅读全文
posted @ 2017-08-09 20:41 emanlee 阅读(7723) 评论(0) 推荐(0)
摘要: u/U:表示unicode字符串不是仅仅是针对中文, 可以针对任何的字符串,代表是对字符串进行unicode编码。一般英文字符在使用各种编码下, 基本都可以正常解析, 所以一般不带u;但是中文, 必须表明所需编码, 否则一旦编码转换就会出现乱码。建议所有编码方式采用utf8。r/R:非转义的原始字符 阅读全文
posted @ 2017-08-09 16:46 emanlee 阅读(725) 评论(0) 推荐(0)
摘要: Linux压缩保留源文件的方法: gzip -c filename > filename.gz Linux解压缩保留源文件的方法: gunzip -c filename.gz > filename gunzip的用法1.作用 gunzip命令作用是解压文件,使用权限是所有用户。 2.格式 gunzi 阅读全文
posted @ 2017-08-09 15:05 emanlee 阅读(7712) 评论(0) 推荐(0)
摘要: Error: samtoolssamtools: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory Solution: [roo 阅读全文
posted @ 2017-08-09 14:39 emanlee 阅读(3754) 评论(0) 推荐(0)
摘要: ../configure --prefix=/home/zzhy/wd/software/glibc-2.14 错误:checking LD_LIBRARY_PATH variable... contains current directoryconfigure: error: *** LD_LIB 阅读全文
posted @ 2017-07-11 23:50 emanlee 阅读(12473) 评论(0) 推荐(0)
摘要: ## String comparison is too slow in R language ## it will take 3 minutes, it is too slow date() strArray1<-rep("1234567890",10000) strArray2<-rep("1234567890",10000) tt<-0 for(xx in 1:10000) { ... 阅读全文
posted @ 2017-07-05 18:27 emanlee 阅读(291) 评论(0) 推荐(0)
上一页 1 ··· 178 179 180 181 182 183 184 185 186 ··· 341 下一页