get_CHL26_scores: Generate the CHL 26 Predictor Scores

Description Usage Arguments Value Examples

Description

get_CHL26_score returns the CHL26 score

Usage

1
get_CHL26_scores(mat.norm)

Arguments

mat.norm

Normalized expression matrix generated by normalizer_mat

Value

A two column data.frame with sampleID and scores

Examples

1
2
3
normalizer <- get_normalizer(mat)
mat.norm <- normalize_mat(mat, normalizer)
get_CHL26_scores(mat.norm)

tinyheero/CHL26predictor documentation built on May 31, 2019, 2:43 p.m.