profileData-methods(flowPlots)
profileData-methods()所属R语言包:flowPlots
Method profileData from Class "StackedData"
方法profileData班“StackedData”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a method of the StackedData class which retrieves the profileData from a StackedData object or which assigns the profileData data slot of a StackedData object.
这个函数是一个方法检索从的StackedData对象或分配一个StackedData对象的profileData数据槽profileData的StackedData类。
用法----------Usage----------
# Get the profileData from a StackedData object.
profileData(object)
# Set the profileData slot of a StackedData object.
## S4 replacement method for signature 'StackedData'
profileData(object) <- value
参数----------Arguments----------
参数:object
an object of the StackedData class
的StackedData类的对象
参数:value
a replacement value
一个替代值
值----------Value----------
data frame of profile data.
配置文件数据的数据框。
方法----------Methods----------
signature(object = "StackedData") Get the profileData from the object.
signature(object = "StackedData")获取从对象profileData。
signature(object = "StackedData", value = "data.frame") Set the value of the profileData slot in the object.
signature(object = "StackedData", value = "data.frame")对象中的设置的profileData插槽价值。
作者(S)----------Author(s)----------
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
参见----------See Also----------
StackedData, profileData
StackedData,profileData
举例----------Examples----------
# Load the profile data, create a stackedData object and set the profile data slot[加载配置文件数据,创建stackedData对象,并设置文件数据槽]
data(profileDF)
# Create a stacked data object[创建一个堆叠的数据对象]
stackedDataObject = new("StackedData")
# Set the profile data slot[设置文件数据槽]
profileData(stackedDataObject) = profileDF
# Get the profile data from the stacked data object[从堆放的数据对象获取的个人资料数据]
profileData = profileData(stackedDataObject)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|