# 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_mutant_at_pos(
genome_id = 582,
inst_replaced = 'o',
inst_replaced_by = 'a',
pos = 1,
triplestore = avidaDB)
Run the code above in your browser using DataLab