会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vinking+
because life is too short for anything less
博客园
首页
新随笔
联系
订阅
管理
2020年1月30日
[R] difference of selecting a column
摘要: see the pic
阅读全文
posted @ 2020-01-30 08:20 vinking
阅读(79)
评论(0)
推荐(0)
2020年1月8日
[R] hist
摘要: 很奇怪的一个bug, 我有一些数据: 画hist: hist(sp.uAUG_num, breaks = 67, main = 'Histogram of # uAUG', xlab = '# uAUG') breaks=67 已经大于span了,为什么显示0处还是2000多???
阅读全文
posted @ 2020-01-08 11:34 vinking
阅读(98)
评论(0)
推荐(0)
[R] some functions
摘要: R shows all the variables: ls() R remove some variable: rm("variable_name") or rm(variable_name) R remove all the variables: rm(list=ls()) R get the v
阅读全文
posted @ 2020-01-08 11:31 vinking
阅读(88)
评论(0)
推荐(0)
2019年5月23日
[linux] grep用法
摘要: 1. 如果有多行文件,如果只是想grep到`chr1` 的行,可以用 grep “chr1\>”, 这样就不会grep到chr19 等等。。。 2. 如果要grep多个单元格, 可以使用 grep column1 a.txt | grep column2, 如果配合cat一起使用: cat a.tx
阅读全文
posted @ 2019-05-23 15:53 vinking
阅读(156)
评论(0)
推荐(0)
2017年9月18日
Hello World!
摘要: To explore and experience!
阅读全文
posted @ 2017-09-18 14:55 vinking
阅读(75)
评论(0)
推荐(0)
公告
点击右上角即可分享