PACdataset-class | R Documentation |
PACdataset is an S4 class to represent a poly(A) site list. PACs are stored as PACdataset for filtering, statistics, and other operations.
counts
a data frame denoting the counts of PAs. Each row is one PA, each column is one experiment.
colData
sample defination. Each row is one experiment, and the column is the sample group. The number of rows is the same as the column number of the counts slot.
anno
detailed annotation information for PAs, with the same row number as the counts slot.
supp
a list storing additional data, like stopCodon.
Other PACdataset functions:
PACds
,
annotateByPAS()
,
annotatePAC()
,
createPACdataset()
,
get3UTRAPAds()
,
get3UTRAPApd()
,
length()
,
makeExamplePACds()
,
mergePACds()
,
normalizePACds()
,
plotPACdsStat()
,
rbind()
,
readPACds()
,
removePACdsIP()
,
scPACds
,
subscript_operator
,
summary()
,
writePACds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.