Description Usage Arguments Value Author(s) Examples
This function converts, when possible, a regulon_result object into a Biostrings object.
1 | convert_to_biostrings(regulondb_result, seq_type = "DNA")
|
regulondb_result |
A regulon_result object. |
seq_type |
A character string with either DNA or protein, specyfing what |
A XStringSet object.
Alejandro Reyes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Connect to the RegulonDB database if necessary
if (!exists("regulondb_conn")) regulondb_conn <- connect_database()
## Build the regulon db object
e_coli_regulondb <-
regulondb(
database_conn = regulondb_conn,
organism = "E.coli",
database_version = "1",
genome_version = "1"
)
## Obtain all the information from the "GENE" dataset
convert_to_biostrings(get_dataset(e_coli_regulondb, dataset = "GENE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.