美文网首页
AnnotationDbi的select

AnnotationDbi的select

作者: 啊吧啊吧鸭 | 来源:发表于2020-09-03 21:43 被阅读0次
columns(x)
keytypes(x)

读取注释包中的ID,这一点和ls("package:x")显示的内容不同。


1.png
keys(x, keytype, ...)

读取注释ID中的内容,keytype默认为探针id。


2.png

select(x, keys, columns, keytype, ...)
在注释包中匹配keys对应的columns。


3.png

更多内容可以参考:https://www.jianshu.com/p/c4fdab9929db

相关文章

网友评论

      本文标题:AnnotationDbi的select

      本文链接:https://www.haomeiwen.com/subject/hraosktx.html