Learn R Programming

numbat (version 1.4.2)

detect_clonal_loh: Call clonal LOH using SNP density. Rcommended for cell lines or tumor samples with no normal cells.

Description

Call clonal LOH using SNP density. Rcommended for cell lines or tumor samples with no normal cells.

Usage

detect_clonal_loh(bulk, t = 1e-05, snp_rate_loh = 5, min_depth = 0)

Value

dataframe LOH segments

Arguments

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

Examples

Run this code
segs_loh = detect_clonal_loh(bulk_example)

Run the code above in your browser using DataLab