powered by
Produce combined bulk expression and allele profile
get_bulk( count_mat, lambdas_ref, df_allele, gtf, genetic_map = NULL, min_depth = 0, nu = 1, verbose = TRUE )
dataframe Pseudobulk gene expression and allele profile
matrix Gene expression counts
matrix Reference expression profiles
dataframe Allele counts
dataframe Transcript gtf
dataframe Genetic map
integer Minimum coverage to filter SNPs
numeric Phase switch rate
logical Whether to print progress
bulk_example = get_bulk( count_mat = gene_counts_example, lambdas_ref = ref_hca, df_allele = df_allele_example, gtf = gtf_hg38)
Run the code above in your browser using DataLab