prepare_representaive_samples | R Documentation |
Representative samples are generated considering the expression mean across all samples
prepare_representaive_samples(expr.matrix, sample.descr, save.file = T, rep.NA = 1e-17, filename = "expr.matrix.representative.sample.mean.txt")
expr.matrix |
a gene expression matrix |
sample.descr |
a sample annotation data.frame containing cancer type or cancer subtype information |
save.file |
if True the matrix with representative samples with be saved. |
rep.NA |
value to replace NAs. Default 1e-17 |
filename |
Name for the outuput expression matrix file. |
Return a expression matrix of the representative samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.