Description Usage Arguments Value Examples
This file reads in the tsv file with numerical metadata and converts it into a matrix.
The file should be organized as follows: samples (in rows) x metadata (in columns). Metadata needs to be converted to numerical values by the user.
Metadata may be optional for the SIAMCAT workflow, but are necessary for heatmap displays, see model.interpretation.plot
1 | read.meta(fn.in.meta)
|
fn.in.meta |
name of the tsv file containing metadata |
sample_data
object
1 2 3 4 5 6 | # run with example data
fn.meta <- system.file('extdata',
'num_metadata_crc_zeller_msb_mocat_specI.tsv',
package = 'SIAMCAT')
meta_data <- read.meta(fn.meta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.