clue_parse_result | R Documentation |
Clue calculates different scores. Connectopedia gives an overview of their interpretation.
clue_parse_result( path, score_level = c("cell", "summary"), score_type = c("ns", "tau"), result_type = c("pert", "pcl") )
path |
Path to Clue result gz file or extracted folder. |
score_level |
Return result on cell level (cell) or summarized (summary) |
score_type |
Return either normalized scores (ns) or CMap connectivity scores (tau). See details. |
result_type |
Return either perturbagen level information (pert) or aggregated perturbagen class level information (pcl). |
A tibble in tidy format, with the score for a single pertubation/gene set combination per row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.