Description Usage Arguments Value
Matching file names with sample names from metadata
1 | mtx_name_match(mtx, metadata, sample_col, file_col, cutoff)
|
mtx |
A matrix - the raw gene count matrix |
metadata |
A dataframe - the metadata |
sample_col |
A string - the metadata column with sample names |
file_col |
A string - the metadata column with file names |
cutoff |
An integer - the cutoff for filtering low-expressed genes. Genes with total counts less than this cutoff will be excluded. |
A matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.