headerTabix(Rsamtools)
headerTabix()所属R语言包:Rsamtools
Retrieve sequence names defined in a tabix file.
检索在TABIX文件中定义的序列名称。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function queries a tabix file, returning the names of the "sequences" used as a key when creating the file.
此功能查询TABIX文件,返回作为重点创建文件时使用的“序列”的名称。
用法----------Usage----------
headerTabix(file, ...)
## S4 method for signature 'character'
headerTabix(file, ...)
参数----------Arguments----------
参数:file
A character(1) file path or TabixFile instance pointing to a "tabix" file.
一个character(1)文件路径或TabixFile实例,指向“TABIX文件。
参数:...
Additional arguments, currently ignored.
额外的参数,目前被忽略。
值----------Value----------
A list(4) of the sequence names, column indicies used to sort the file, the number of lines skipped while indexing, and the comment character used while indexing.
一个list(4)序列名称,使用的文件进行排序的列序号为跳过的行数,而索引和注释字符时使用索引。
作者(S)----------Author(s)----------
Martin Morgan <mtmorgan@fhcrc.org>.
举例----------Examples----------
fl <- system.file("extdata", "example.gtf.gz", package="Rsamtools")
headerTabix(fl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|