Description Usage Arguments Value Examples
Insert data z-scores used for filtering
1 | insertZScores(db, zscores)
|
db |
Database object created by |
zscores |
A vector of z-scores of elements identified by names |
An updated database object db
1 2 3 4 5 | db <- initializeDb("", "My Dataset")
zscores <- c(1, 2, 3)
names(zscores) <- c("A", "B", "C")
db <- insertZScores(db, zscores)
closeDb(db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.