powered by
Uses HDBSCAN approximation on T cells outside TLS regions to find TIC.
Modified data frame for the sample (invisibly).
Character. Sample name.
Optional list.
data(toy_ldata) ldata <- detect_TLS("ToySample", k = 30, ldata = toy_ldata) # Need TLS first ldata <- detect_tic("ToySample", ldata = ldata) table(ldata[["ToySample"]]$tcell_cluster_hdbscan)
Run the code above in your browser using DataLab