Description Usage Arguments Value
View source: R/normalise_junc.R
normalise_junc
takes as input the junction co-ordinates and counts for
samples and normalises the counts for each sample using total number of
counts for junctions that share an start or end with that junction
1 | normalise_junc(junc_coords, raw_counts, use_strand = T)
|
junc_coords |
gr. Junction co-ordinates in a GRanges format |
raw_counts |
df. Detailing the counts for each junction for all samples. Each column is a sample and each row corresponding to a junction. |
use_strand |
lgl scalar. Whether to use the strand information when clustering junctions. |
list. Raw and normalised counts including metdata detailing co-ordinates and clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.