#tf-mirna interactions
load(file = "/Users/than/Dropbox/research/work_draft/databases/tf_mirna_db.rda")
usethis::use_data(tf_mirna_db, compress = "xz")
#tf-targetgene interactions
load(file = "/Users/than/Dropbox/research/work_draft/databases/tf_targetgene_db.rda")
usethis::use_data(tf_targetgene_db, compress = "xz")
#mirna-targetgene interactions
load(file = "/Users/than/Dropbox/research/work_draft/databases/mirna_targetgene_db.rda")
usethis::use_data(mirna_targetgene_db, compress = "xz")
#mirna names
load(file = "/Users/than/Dropbox/research/work_draft/databases/names_mirna_db.rda")
usethis::use_data(names_mirna_db, compress = "xz")
#tf names
load(file = "/Users/than/Dropbox/research/work_draft/databases/names_targetgene_db.rda")
usethis::use_data(names_targetgene_db, compress = "xz")
#targetgene names
load(file = "/Users/than/Dropbox/research/work_draft/databases/names_tf_db.rda")
usethis::use_data(names_tf_db, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.