make_group_bulks | R Documentation |
Make a group of pseudobulks
make_group_bulks( groups, count_mat, df_allele, lambdas_ref, gtf, min_depth = 0, ncores = NULL )
groups |
list Contains fields named "sample", "cells", "size", "members" |
count_mat |
dgCMatrix Gene counts |
df_allele |
dataframe Alelle counts |
lambdas_ref |
matrix Reference expression profiles |
gtf |
dataframe Transcript GTF |
min_depth |
integer Minimum allele depth to include |
ncores |
integer Number of cores |
dataframe Pseudobulk profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.