Connect to a sqlite database and retrieve a sample read count summary for all the stored genes.
1 2 3 4 | SQLite_SampleSummary(
fname,
cells = list(table = "samples", rev = "sample_id", name = "sname")
)
|
fname |
the file to the sqlite db |
cells |
details about the cell storage table default list( 'table' = 'samples', 'rev' = 'sample_id', 'name' = 'sname') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.