get_genome_id_of_wild_type_organisms {avidaR} | R Documentation |
Get the genome of the digital organisms that were used as wild-type organisms to get their single-point mutants by calling the function get_mutant_at_pos.
get_genome_id_of_wild_type_organisms(triplestore)
triplestore |
Object of class triplestore_access which manages database access. |
Data frame: "genome_id_wild_type".
# Create triplestore object
avidaDB <- triplestore_access$new()
# Set access options
avidaDB$set_access_options(
url = "https://graphdb.fortunalab.org",
user = "public_avida",
password = "public_avida",
repository = "avidaDB_test"
)
get_genome_id_of_wild_type_organisms(triplestore = avidaDB)