Description Usage Arguments Value Coercion to Sets Author(s) Examples
The functions import
and export
load and save objects from and to particular file formats.
The unisets
package aims to implement support for a number of annotation and sequence formats.
The following file formats are currently supported: GMT.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | GMTFile(resource)
import.gmt(con, ...)
## S4 method for signature 'GMTFile,ANY,ANY'
import(con, format, text, ...)
export.gmt(object, con, ...)
## S4 method for signature 'Sets,GMTFile,ANY'
export(object, con, format, ...)
import.Go3AnnDbBimap(con, format, text, ...)
## S4 method for signature 'Go3AnnDbBimap,ANY,ANY'
import(con, format, text, ...)
|
resource |
For |
con |
The connection from which data is loaded or to which data is saved.
If this is a character vector, it is assumed to be a filename
and a corresponding file connection is created and then closed after exporting the object.
If a |
... |
Parameters to pass to the format-specific method. |
format, text |
Arguments defined in the |
object |
An object of class inheriting from |
Go3AnnDbBimap |
A |
For GMTFile()
, an object representing the path to a .gmt file on disk
as(Go3AnnDbBimap, "Sets")
and as.Sets(Go3AnnDbBimap)
return a Sets
from a Gene Ontology Bimap
stored distributed in a Bioconductor annotation package.
Robert A. Amezquita
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.