remove_0_1_pA_transcripts | R Documentation |
Function to remove transcripts with fewer than two active pA sites from dataset
remove_0_1_pA_transcripts(data)
data |
Dataset containing poly A (pA) site read counts. This dataset must have a long shape, meaning that there should be only one
column containing read counts (and it MUST be named "count"). The first four columns must be called "transcript", "pA.site", "sample" and "count".
Thus, each row in |
This function counts the number of pA sites with non-zero read counts for each transcripts and removes transripts with fewer than two active pA sites. This is essential to avoid errors when running the regression models.
A subset of the input dataset where all transcripts are guaranteed to have two or more active pA sites.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.