detect_clonal_loh | R Documentation |
Call clonal LOH using SNP density. Rcommended for cell lines or tumor samples with no normal cells.
detect_clonal_loh(bulk, t = 1e-05, snp_rate_loh = 5, min_depth = 0)
bulk |
dataframe Pseudobulk profile |
t |
numeric Transition probability |
snp_rate_loh |
numeric The assumed SNP density in clonal LOH regions |
min_depth |
integer Minimum coverage to filter SNPs |
dataframe LOH segments
segs_loh = detect_clonal_loh(bulk_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.