merge_junc: Merge juncs from multiple samples

Description Usage Arguments Value

View source: R/merge_junc.R

Description

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.

Usage

1
merge_junc(junc_paths, sample_ids, chr_to_filter = NULL)

Arguments

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.

Value

df. Junction co-ordinates and columns with the raw counts from each sample


dzhang32/RNAdiagnosR documentation built on Dec. 5, 2019, 2 a.m.