join_data | R Documentation |
Step 3: Create a datatable of gene-mapped read counts
join_data(out, min_umi_cell = 1)
out |
A list of read counts data for all samples. |
min_umi_cell |
The minimum number of UMIs associated with a cell barcode. Barcodes with fewer UMIs are discarded. Default is 1 (i.e. all cell barcodes are retained). For large datasets with many samples set to a larger value (50-200) to reduce memory requirements. |
The read counts is created by joining data from all samples into a single datatable in which each row contains the mapped read counts across all the samples for each unique cell barcode-gene-umi combination that make up the three first columns. An outcome character variable (e.g. "(3,0,2,1)") to group the observations into unique outcomes is added as the last column.
A list out containing sample_names and read_counts (a datatable of joined read counts table with an outcome variable column)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.