saveFeatures(GenomicFeatures)
saveFeatures()所属R语言包:GenomicFeatures
Methods to save and load the database contents for a Transcript Object.
保存和加载数据库内容的谈话对象的方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These methods provide a way to dump a TranscriptDb object to an SQLite file, and to recreate that object the saved file.
这些方法提供了一种方法转储TranscriptDb的对象SQLite文件,并重新创建该对象保存的文件。
用法----------Usage----------
saveFeatures(x, file)
loadFeatures(file)
参数----------Arguments----------
参数:x
a transcripts object, which contains a connection to a DB.
1的成绩单对象,其中包含了一个数据库连接。
参数:file
A SQLite Database filename.
SQLite数据库文件名。
值----------Value----------
For loadFeatures only, a TranscriptDb object is returned.
loadFeatures只,TranscriptDb的对象返回。
作者(S)----------Author(s)----------
M. Carlson
参见----------See Also----------
TranscriptDb
TranscriptDb
举例----------Examples----------
txdb <-
loadFeatures(system.file("extdata", "UCSC_knownGene_sample.sqlite",
package = "GenomicFeatures"))
txdb
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|