testExt3UTR | R Documentation |
testExt3UTR test the number of 3UTR PA changes after extending a given length.
testExt3UTR(pacds, ext3UTRlen = seq(1000, 10000, by = 1000), toPlot = TRUE)
pacds |
a PACdataset object, which should already be annotated by annotatePAC(). |
ext3UTRlen |
an integer vector denoting the extended lengthes, like c(1000, 2000, 3000) |
toPlot |
whether to plot a barplot for the number changes. |
A data frame with two columns: ext3UTRLen, addedPAnum denoting numbers of recruited 3UTR PAs for each extended length.
data(PACds)
testExt3UTR(PACds, seq(1000, 10000, by=1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.