# \donttest{
# Create triplestore object
triplestore <- triplestore_access$new()
# Set access options
triplestore$set_access_options(
url = "https://graphdb.fortunalab.org",
user = "public_avida",
password = "public_avida",
repository = "avidaDB_test"
)
# plot transcriptome 53674 at seed_1 and save to disk in pdf format
plot_transcriptome(
transcriptome_id = 53674,
seed_id = 1,
save = FALSE,
save_path = getwd(),
format = "pdf",
triplestore = triplestore
)
# }
Run the code above in your browser using DataLab