View source: R/calculate_signature_scores.R
calculate_signature_scores | R Documentation |
Reads file with samples in columns and variables in rows, and geneset list. Calculates sum z-score signatures across provided samples, and writes to file Returns dataframe of signature scores
calculate_signature_scores(
file,
geneset,
info.name = NA,
info.type = NA,
plot.title = "Signature scores"
)
file |
Filepath/filename of expression data matrix |
geneset |
geneset vector |
info.name |
sample info for plotting if needed |
info.type |
sample info for plotting if needed |
plot.title |
plot title |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.