get_bulk | R Documentation |
Aggregate single-cell data into combined bulk expression and allele profile
get_bulk( count_mat, lambdas_ref, df_allele, gtf, min_depth = 0, nu = 1, verbose = TRUE )
count_mat |
dgCMatrix Gene expression counts |
lambdas_ref |
matrix Reference expression profiles |
df_allele |
dataframe Single-cell allele counts |
gtf |
dataframe Transcript gtf |
min_depth |
integer Minimum coverage to filter SNPs |
nu |
numeric Phase switch rate |
verbose |
logical Verbosity |
dataframe Pseudobulk gene expression and allele profile
bulk_example = get_bulk( count_mat = count_mat_example, lambdas_ref = ref_hca, df_allele = df_allele_example, gtf = gtf_hg38)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.