createRNAinteract(RNAinteract)
createRNAinteract()所属R语言包:RNAinteract
create a RNAinteract object
创建RNAinteract对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a RNAinteract object given data matrices, annotation, query and template design.
创建1 RNAinteract对象给定的数据矩阵,注释,查询和模板的设计。
用法----------Usage----------
createRNAinteract(data, well, plate, pdim,
Reagents, Targets,
TemplateDesign, QueryDesign,
Transformation = NULL)
参数----------Arguments----------
参数:data
An array with dimensions features x screens x channels.
尺寸特征X屏幕x通道阵列。
参数:well
A vector of length #features with well names.
#具有良好名长度的向量。
参数:plate
A vector of length #features with plate numbers.
长度的向量#具有车牌号码。
参数:pdim
A vector of length 2 with plate dimensions (e.g. pdim=c(12,8)).
板尺寸长度的一个向量(如PDIM = C(12,8))。
参数:Reagents
A data.frame describing the reagents.
数据框描述的试剂。
参数:Targets
A data.frame describing the targets.
数据框描述的目标。
参数:TemplateDesign
A data.frame with the layout of the template plates.
一个数据框与模板板的布局。
参数:QueryDesign
A data.frame with the layout of the query plates.
一个数据框查询板块的布局。
参数:Transformation
A Transformation that is applied to the data. If NULL the data is log2 transformed.
转化,应用到数据。如果为NULL数据log2转化。
Details
详情----------Details----------
See vignette("RNAinteract") for an example how to create an RNAinteract object.
看到一个例子如何创建一个RNAinteract对象的小插曲(的“RNAinteract”)。
值----------Value----------
An object of class RNAinteract.
对象类RNAinteract。
作者(S)----------Author(s)----------
Bernd Fischer
参考文献----------References----------
参见----------See Also----------
RNAinteract-package, createRNAinteractFromFiles, createCellHTSFromFiles
RNAinteract-package,createRNAinteractFromFiles,createCellHTSFromFiles
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|