Description Usage Arguments Value Examples
Trims bulk data and single-cell signature matrix to contain the same genes
1 | trimData(Signature, bulkData)
|
Signature |
Gene by cell-type matrix consisting of averaged expression values across cells from each cell type |
bulkData |
List containing bulk data values. |
List containing trimmed Signature (S) and bulk (B) matrices.
1 2 3 | trimmed <- trimData(Signature,bulkData)
S <- trimmed$S
B <- trimmed$B
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.