View source: R/SBwebtools.pckg.r
Method description
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | addProject2ProjectTable(
  dbname = "reference_categories_db_new",
  dbtable = "project_db_table",
  password = db.pwd,
  experiment_id = project_id,
  experiment_question = "Which genes are candidates for G2M checkpoint regulation?",
 
    experiment_description = "<b>RNAi screen</b> for genes that affect the G2M checkpoint",
  experiment_owner = ";Katharina Deiss;Nicola Longwood;",
  experiment_lab = paste0(";", labname, ";"),
  experiment_viewers = paste0(";", paste(user_ids, collapse = ";"), ";"),
  experiment_project = ";G2 Cell Cycle Checkpoint;",
  experiment_type = experiment.type,
  experiment_details = "Experimental details will follow here",
  experiment_x_coordinate = ";Screen;",
  experiment_x_coordinate_unit = "condition",
  experiment_link = paste0("<a href='../", project_id,
    "/report.php' class='btn btn-success btn-lg' role='button'>Primary Data »</a>"),
  experiment_title = ""
)
 | 
| agree | TBD | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.