parseDCF(imageHTS)
parseDCF()所属R语言包:imageHTS
Parse a DCF file
解析DCF文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Parse a DCF file.
解析DCF文件。
用法----------Usage----------
parseDCF(filename)
参数----------Arguments----------
参数:filename
A character string containing the path to a DCF file.
一个字符串,其中包含的DCF文件的路径。
Details
详情----------Details----------
The DCF format is a simple text format where each line is a field of the form \'a: a_0, a_1, ..., a_n\': a is the field name and ak the k-th value of a. Field name is separated from values by a colon \':\'. Field values are separated from each other by a comma \',\'.
DCF格式是一个简单的文本格式,每一行是一个表单字段\“答:A_0,A_1,...,A_N \:a是字段名称和ak的K第a值。字段名称由冒号分隔的值:\\。字段值彼此以逗号分隔\,\。
readHTS with format dcf is a higher-level function that parses a specific DCF file from a given imageHTS project.
readHTS格式dcf是一个更高层次的功能解析特定的DCF文件从一个给定的imageHTS项目。
值----------Value----------
A list of character vector, containing the DCF read fields.
特征向量的一个列表,包含DCF读领域。
作者(S)----------Author(s)----------
Gregoire Pau, <a href="mailto:gregoire.pau@embl.de">gregoire.pau@embl.de</a>, 2010
参见----------See Also----------
readHTS
readHTS
举例----------Examples----------
imageconf = system.file('submorph/conf/imageconf.txt', package='imageHTS')
parseDCF(imageconf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|