Description Usage Arguments Value
merge_junc
merges the STAR SJ.out outputs from several samples into a
count df. Uses a full join, so keeps all unique junctions from every sample.
1 | merge_junc(junc_paths, sample_ids, chr_to_filter = NULL)
|
junc_paths |
chr. Paths to the SJ.out files. |
sample_ids |
chr. Sample ids in the same length and order and the junc_paths |
chr_to_filter |
chr. Chromosomes you would like to keep. |
df. Junction co-ordinates and columns with the raw counts from each sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.