Description Usage Arguments Value Examples
View source: R/gess_res_summary.R
Function appends two columns (score_column_grp1, score_column_grp2) to GESS
result tibble. The appended columns contain cell-summarized scores for
groups of cell types, such as normal and tumor cells. The cell-summarized
score is obtained the same way as the NCSct
scores, that is using a
maximum quantile statistic. It compares the 67 and 33 quantiles of scores
and retains whichever is of higher absolute magnitude.
1 | sim_score_grp(tib, grp1, grp2, score_column)
|
tib |
tibble in gessResult object |
grp1 |
character vector, group 1 of cell types, e.g., tumor cell types |
grp2 |
character vector, group 2 of cell types, e.g., normal cell types |
score_column |
character, column name of similarity scores to be grouped |
tibble
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.