View source: R/R_funclib_movAPA.r
| makeExamplePACds | R Documentation |
makeExamplePACds returns an example PACdataset of Arabidopsis.
makeExamplePACds(n = 1000, seed = 123, forceSparse = F)
n |
number of PACs. |
seed |
random seed. |
forceSparse |
whether to make the counts table as a sparse matrix, otherwise is a normal matrix. |
A PACdataset of Arabidopsis with Chr1..Chr5. There are six columns in the anno slot.
Other PACdataset functions:
PACdataset-class,
PACds,
annotateByPAS(),
annotatePAC(),
createPACdataset(),
get3UTRAPAds(),
get3UTRAPApd(),
length(),
mergePACds(),
normalizePACds(),
plotPACdsStat(),
rbind(),
readPACds(),
removePACdsIP(),
scPACds,
subscript_operator,
summary(),
writePACds()
makeExamplePACds(n=1000)
makeExamplePACds(n=1000, seed=456, forceSparse=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.