Description Usage Arguments Value
filter_junc
takes as input raw and normalised counts, then applies
both a count and acceptor/donor filter.
1 2 | filter_junc(raw_counts, norm_counts, junc_count_filter, junc_metadata,
annot_AD_filter = c("none", "ambig"), filter_ambig_gene = T)
|
raw_counts |
df. Detailing the raw counts for each junction. Rows as junctions, cols as samples, values as raw counts. |
norm_counts |
df. Detailing the normalised counts for each junction. Rows as junctions, cols as samples, values as raw counts. |
junc_count_filter |
lgl vector. Returned from
|
junc_metadata |
df. Detailing the metadata of the columns, must include "annot_AD" column with whether junc has an acceptor or donor site overlapping a known exon. |
annot_AD_filter |
int scalar. Which types of annotation to exclude. Default is "none" or "ambig" |
list. Raw, normalised counts and metadata data filtered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.