上一页 1 ··· 185 186 187 188 189 190 191 192 193 ··· 342 下一页
摘要: JSONObject.fromObjectjava.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException需要的有额外的6个包,必不可少,一定要注意: 1.commons-bean... 阅读全文
posted @ 2016-01-05 22:37 emanlee 阅读(2524) 评论(0) 推荐(0)
摘要: appcompat v7 问题 SDK低于4.0,新建第一个Activity时会自动产生appcompat_v7 http://jingyan.baidu.com/article/2d5afd69e846d285a2e28eff.html -------------------- 升级sdk 到5. 阅读全文
posted @ 2016-01-05 16:40 emanlee 阅读(622) 评论(0) 推荐(0)
摘要: 1 下载并安装JDK,并且设置环境变量2 下载安装installer_r24.3.4-windows.exe (Android SDK Manager)3 使用Android SDK Manager 安装各种包4 设置 Path 环境变量,把以下加入: C:\Program Files (x86)... 阅读全文
posted @ 2016-01-03 20:35 emanlee 阅读(4748) 评论(0) 推荐(0)
摘要: 前导:安装 numpyhttp://sourceforge.net/projects/numpy/files/http://sourceforge.net/projects/numpy/files/NumPy/1.7.2/numpy-1.7.2-win32-superpack-python2.7.e... 阅读全文
posted @ 2015-12-24 23:22 emanlee 阅读(557) 评论(0) 推荐(0)
摘要: Cole Trapnellsaid:there are three strategies:1) merge bams and assemble in a single run of Cufflinks2) assemble each bam and cuffcompare them to get a... 阅读全文
posted @ 2015-12-23 20:46 emanlee 阅读(2409) 评论(0) 推荐(0)
摘要: shuf -n5 main.txtsort -R main.txt | head -5awk -vN=5 -vC="`wc -l file`" 'BEGIN{srand();while(n<N){i=int(rand()*C+1);if(!(i in a)){a[i]++;n++}}}NR in a... 阅读全文
posted @ 2015-12-23 19:52 emanlee 阅读(17752) 评论(0) 推荐(1)
摘要: Lift genome positionsGenome positions are best represented inBED format. UCSC provides tools to convert BED file from one genome assembly to another.B... 阅读全文
posted @ 2015-12-21 19:28 emanlee 阅读(7673) 评论(0) 推荐(0)
摘要: 1 Windows: 键入 cd C:\Program Files\R\R-3.2.0\bin 工作目录切换到R的核心程序目录 键入 R BATCH F:\Test.R 或 Rscript F:\Test.R 运行脚本 前者R控制台内容记录到Test.Rout文件中,后者则将数据输出到windows 阅读全文
posted @ 2015-12-19 21:32 emanlee 阅读(14978) 评论(1) 推荐(1)
摘要: NaN (“Not a Number”) means 0/0 NA (“Not Available”) is generally interpreted as a missing value and has various forms – NA_integer_, NA_real_, etc. Th 阅读全文
posted @ 2015-12-19 20:21 emanlee 阅读(1002) 评论(0) 推荐(0)
摘要: from: http://www.erogol.com/broad-view-machine-learning-libraries/ http://www.slideshare.net/VincenzoLomonaco/deep-learning-libraries-and-rst-experime 阅读全文
posted @ 2015-12-07 21:39 emanlee 阅读(321) 评论(0) 推荐(0)
上一页 1 ··· 185 186 187 188 189 190 191 192 193 ··· 342 下一页