Description Usage Arguments Details Value
View source: R/funclib_polyAtailor.R
Analyzing whether there is a significant difference in polyA tail length between the proximal and distal PA sites of genes with two PACs.
1 | diffPALdpPA(PAdf, PALdf, gff, d)
|
PAdf |
A dataframe of PA infomation. |
PALdf |
A dataframe that contains the length information of all reads tails. |
gff |
Genome annotation stored in a GFF/GTF file or a TXDB R object can be used for annotating PACs. Please refer to movAPA for details. |
d |
distance to group nearby PACds, default is 24 nt. |
This function analyzes whether there is a significant difference in polyA tail length between the proximal and distal PA sites of genes with two PACs.
The function returns a dataframe of result. The result data frame contains 7 column contents, the first column is geneID, and the second and third columns are the median tail lengths under different conditions. The remaining four columns are p-values calculated by different difference significance test methods, each column corresponds to a difference significance test method, in which "lose" or "NAN" means that for some reason (probably too little data) this method has not been able to calculate the exact p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.