powered by
Analyze allele profile
analyze_allele( bulk, t = 1e-05, theta_min = 0.08, gamma = 20, nu = 0.5, r = 0.015, hmm = "S5", fit_theta = FALSE, fit_gamma = FALSE, theta_start = 0.05, verbose = TRUE )
dataframe Bulk allele profile with CNV states
dataframe Bulk allele profile
numeric Transition probability
numeric Minimum allele fraction
numeric Overdispersion parameter
numeric Phase switch rate
numeric Alternative allele count bias
character HMM model to use (S3 or S5)
logical Whether to fit theta_min
logical Whether to fit gamma
numeric Starting value for theta_min
logical Whether to print progress
bulk_example = analyze_allele(bulk_example, hmm = 'S5')
Run the code above in your browser using DataLab