View source: R/star_solo_processing.R
| make_junction_ab | R Documentation |
This function processes STARsolo splicing junction output to create a modality list for splicing data. It supports both single and multiple sample processing, optional barcode filtration, and internal whitelist usage.
make_junction_ab(
STARsolo_SJ_dirs,
white_barcode_lists = NULL,
sample_ids,
use_internal_whitelist = TRUE,
verbose = FALSE,
keep_multi_mapped_junctions = FALSE,
...
)
STARsolo_SJ_dirs |
A character vector or list of strings representing the paths to STARsolo SJ directories. Each directory should contain the raw splicing junction output files. |
white_barcode_lists |
A list of character vectors, each containing barcode whitelist(s) for the corresponding sample.
If |
sample_ids |
A character vector or list of unique sample IDs corresponding to each directory in |
use_internal_whitelist |
A logical flag (default |
verbose |
Logical (default |
keep_multi_mapped_junctions |
Logical (default |
... |
Additional parameters for future extensions. |
A list containing processed splicing modality data for each sample. If a single sample is provided, the function returns the processed data as a list. For multiple samples, a named list is returned. Each sample's result contains:
A data.table containing feature metadata.
A sparse matrix of junction abundance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.