Skip to main content
. 2020 Jul 13;36(Suppl 1):i407–i416. doi: 10.1093/bioinformatics/btaa396

Table 1.

Functions in the RAD package

Function Demo code
compress_module B_M = compress_module(B, module)
estimate_number k = estimate_number(B_M)
estimate_clones C_M, F = estimate_clones(B_M, k)
estimate_marker C_P = estimate_marker(B_P, F)
C = estimate_marker(B, F)

Note: The five-line demo shows a typical application of RAD package, which takes as input the bulk RNA data B, bulk marker data BP and gene module knowledge, and outputs deconvolved RNA C, biomarker CP, and fractions F.