find_rna_polya_crude_start_end: Find the crude start and end of polyA tail in RNA read

View source: R/find-rna-polya-crude-start-end.R

find_rna_polya_crude_start_endR Documentation

Find the crude start and end of polyA tail in RNA read

Description

Find the crude start and end of polyA tail in RNA read

Usage

find_rna_polya_crude_start_end(rle_lengths, rle_values, rle_indices,
  trough_threshold)

Arguments

rle_lengths

a numeric vector. A vector of RLE lengths in samples

rle_values

a logical vector. A vector of logical RLE values

rle_indices

a numeric vector. A vector if cumsum of RLE lengths

trough_threshold

a numeric. The threshold below which to merge sections

Value

a list


adnaniazi/tailfindr documentation built on March 23, 2024, 7:07 a.m.