会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liuhui0622
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2016年4月30日
NCBI database download
摘要: ascp T l 200M i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh host=ftp private.ncbi.nlm.nih.gov user=anonftp mode=recv /path/to/database .
阅读全文
posted @ 2016-04-30 10:48 liuhui_pine
阅读(269)
评论(0)
推荐(0)
2016年3月27日
Using the rJava package on Win7 64 bit with R
摘要: 加载 rJava 包报错: 解决办法 参考:http://stackoverflow.com/questions/7019912/using the rjava package on win7 64 bit with r/7604469 7604469
阅读全文
posted @ 2016-03-27 13:08 liuhui_pine
阅读(351)
评论(0)
推荐(0)
2016年3月24日
perl push an array to hash
摘要: ``` #!/usr/bin/perl use strict; use warnings; use Data::Dumper; my @array=qw /fm1 fm2 fm3 fm4 fm5 fm6/; print "\n\@array: @array\n\n"; my %hash; my $key1="gene1"; my $key2="gene2"; print "\$key1:...
阅读全文
posted @ 2016-03-24 15:01 liuhui_pine
阅读(320)
评论(0)
推荐(0)
2016年3月20日
用 unoconv 将 xls 转换成 csv
摘要: 在 Linux 下,用 unoconv 将 xls 转换成 csv。
阅读全文
posted @ 2016-03-20 22:36 liuhui_pine
阅读(236)
评论(0)
推荐(0)
perl array, scalar and hash
摘要: ``` #!/usr/bin/perl use strict; use warnings; my @aa=("aa", "bb", "cc"); print "@aa\n"; my $aa_num=@aa; print "$aa_num\n"; my %hash = ("a"=>1, "b"=>2,"c"=>3); my @k = keys %hash; print "@k\n"; pri...
阅读全文
posted @ 2016-03-20 21:46 liuhui_pine
阅读(186)
评论(0)
推荐(0)
2016年3月19日
the comment lines of the blast tabular format
摘要: 进行Blast比对,用参数 m 6 可以以列表的方式输出结果,结果中从左到右每一列的意义分别是:
阅读全文
posted @ 2016-03-19 16:21 liuhui_pine
阅读(231)
评论(0)
推荐(0)
2016年2月28日
linux删除文件后没有释放空间
摘要: 转载 http://blog.csdn.net/wyzxg/article/details/4971843 今天发现一台服务器的home空间满了,于是要清空无用的文件,当我删除文件后,发现可用空间没有变化 os:centos4.7 现象: 发现当前磁盘空间使用情况: [root@ticketb ~]
阅读全文
posted @ 2016-02-28 12:26 liuhui_pine
阅读(296)
评论(0)
推荐(0)
2016年2月24日
remove duplicated gene pair using awk
摘要: ``` cat input.txt TRINITY_DN106621_c0_g1_i1 TRINITY_DN129833_c0_g1_i2 TRINITY_DN106621_c0_g1_i1 TRINITY_DN140628_c4_g2_i2 TRINITY_DN106621_c0_g1_i1 TRINITY_DN135041_c0_g1_i1 TRINIT...
阅读全文
posted @ 2016-02-24 17:01 liuhui_pine
阅读(163)
评论(0)
推荐(0)
2016年1月23日
cufflinks install
摘要: ``` liuhui@pine:~/bin/cufflinks-master$ ./configure --with-bam=/usr/local/include/bam checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes che...
阅读全文
posted @ 2016-01-23 02:22 liuhui_pine
阅读(1018)
评论(0)
推荐(0)
2016年1月12日
R 绘图 填充颜色
摘要: d < density(mtcars$mpg)plot(d, main="Kernel Density of Miles Per Gallon") polygon(d, col="red", border="blue") Filled Density Plot
阅读全文
posted @ 2016-01-12 17:39 liuhui_pine
阅读(1495)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告