removeUnwantedRows(MiChip)
removeUnwantedRows()所属R语言包:MiChip
Removes unwanted rows from data matrix
删除不必要的行从数据矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Due to the requirements of spotting the chips, some of the spots are empty. Others contain controls or features from another species that may not be wanted in the analysis. This method removes them
由于发现芯片的要求,一些景点都是空的。其他包含从另一个物种,可能不希望在分析控制或功能。这种方法消除他们
用法----------Usage----------
removeUnwantedRows(rawData, filters)
参数----------Arguments----------
参数:rawData
ExpressionSet containing matrix of data to be filtered
ExpressionSet包含矩阵数据进行过滤
参数:filters
list of strings to be to be filtered from annotation gene name column
字符串列表是从注释的基因名称列筛选
举例----------Examples----------
#Removes empty and control spots from data matrix[删除空和控制点的数据矩阵]
## Not run: [#无法运行:]
filters=c("empty", "control")
filteredData <- removeUnwantedRows(rawData, filters)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|