mkCisTransDirector(GGtools)
mkCisTransDirector()所属R语言包:GGtools
Create an object that manages a collection of eqtlTestManagers
创建一个对象管理的eqtlTestManagers的集合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create an object that manages a collection of eqtlTestManagers
创建一个对象管理的eqtlTestManagers的集合
用法----------Usage----------
mkCisTransDirector(dl, indexdbname, snptabname, probetabname, probeanno, commonSNPs = TRUE)
参数----------Arguments----------
参数:dl
list of eqtlManager instances
eqtlManager实例列表
参数:indexdbname
scalar character used to distinguish the director
标字符用来区分导演
参数:snptabname
name to be used for the index of snp to chromosomes
名字被用于染色体的SNP指数
参数:probetabname
name to be used for the index of probes to managers
名字被用于探针经理指数
参数:probeanno
platform annotation package name, e.g., "illuminaHumanv1.db"
平台注释包名称,如“illuminaHumanv1.db”
参数:commonSNPs
logical indicating whether all managers cover the same collection of SNPs
逻辑指示是否所有的经理覆盖相同的SNP集合
Details
详情----------Details----------
Creates two ff files that serve as indexes: one for snp id to fflist element for managers, and one for gene id to manager.
创建两个FF文件作为索引服务:一是SNP ID fflist为经理的元素,基因ID经理之一。
值----------Value----------
instance of cisTransDirector class
cisTransDirector类的实例
作者(S)----------Author(s)----------
VJ Carey <stvjc@channing.harvard.edu?
举例----------Examples----------
# see example(eqtlTests)[(例如eqtlTests)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|