Read a plate file obtain from EnVision Plate Reader
读板文件获得设想微孔板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Import functions to read a plate file obtained from EnVision Plate Reader. These functions should be set as the import function of readPlateData through the argument importFun when reading plate result files obtained from EnVision plate reader.
导入功能,读板从设想板读者获得的文件。这些功能应设置为readPlateData通过参数importFun当读板结果获得的文件设想酶标仪进口功能。
参数:f
the name of the result plate file to read.
结果板文件的名称改为。
Details
详情----------Details----------
These functions should not be called directly. Instead, they should be set as the import function of readPlateData through the argument importFun when reading plate result files obtained from an EnVision plate reader.
不应该直接调用这些功能。相反,他们应该被设置为进口功能readPlateData通过参数importFun当读板结果与设想酶标仪获得的文件。
值----------Value----------
These functions return a list with two components. The first component should be a 'data.frame' with the following slots: well (a character vector with the well identifier in the plate) and val (the intensity values measured at each well). The second component of this list should be a character vector containing a copy of the imported input data file (such as the output of readLines). It should be suitable to be used as input for writeLines, since it will be used to reproduce the intensity files that are linked in the HTML quality reports generated by writeReport.
这些函数返回两部分组成的一个列表。第一部分应该是一个数据框插槽如下:well(以及在板标识与特征向量)和val(测量每口井的强度值)。此列表的第二个组成部分,应该是一个特征向量,包含进口的输入数据文件副本(如输出readLines)。它应该是适合用作为writeLines的输入,因为它会被用来重现强度链接文件是在质量writeReport生成的HTML报告。
作者(S)----------Author(s)----------
Ligia Bras <a href="mailto:ligia@ebi.ac.uk">ligia@ebi.ac.uk</a>