powered by
Analyze allele and expression profile
analyze_joint( bulk, t = 1e-05, gamma = 20, theta_min = 0.08, logphi_min = 0.25, hmm = "S15", nu = 1, min_genes = 10, r = 0.015, theta_start = 0.05, exclude_neu = TRUE, fit_gamma = FALSE, fit_theta = FALSE, verbose = TRUE )
dataframe Bulk allele and expression profile with CNV states
dataframe Bulk allele and expression profile
numeric Transition probability
numeric Overdispersion parameter
numeric Minimum allele fraction
numeric Minimum log2 fold change
character HMM model to use (S7 or S15)
numeric Phase switch rate
integer Minimum number of genes per segment
numeric Alternative allele count bias
numeric Starting value for theta_min
logical Whether to exclude neutral segments in retest
logical Whether to fit gamma
logical Whether to fit theta_min
logical Whether to print progress
bulk_example = analyze_joint(bulk_example, hmm = 'S15')
Run the code above in your browser using DataLab