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 21 22 23 24 25 26 27 | createSettingsJSON(
obj = "object",
df.data = "database.table",
publicDataset = FALSE,
defaultXcolName = NULL,
defaultYcolName = NULL,
timepointName = NULL,
sample.order = "names(database.table)[grep('norm_counts', names(databse.table))]",
heatmapSampleOrder = "lg2_avg vec",
sample.names = "",
count.sample.colors = "rainbow(length(sample.order))",
ptm.colum = "display_ptm",
count.table.headline = "PTM ratio H/L counts for all samples",
count.table.sidelabel = "Counts",
venn.slider.selector.strings = "c(\"contrast_x_logFC\", \"constrast_x_padj\")",
plot.selection.strings = "c(\n \"_logFC\",\n \"_PCA_\",\n \"_lg10p\"\n)",
webSiteDir = "/camp/stp/babs/working/boeings/Stefan/protocol_files/github/biologic/src/experiments",
upper_heatmap_limit = 3,
lower_heatmap_limit = -3,
heamap.headline.text = "heamap.headline.text",
project_id = "project_id",
primDataTable = "p123_rna_seq_table",
pcaDbTable = NULL,
pointer = "Gene Symbol:"
)
|
agree |
TBD |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.