writePACds | R Documentation |
writePACds writes a PACdataset object into a file.
writePACds(PACds, file, colDataFile = NULL)
PACds |
a PACdataset object. |
file |
a file name. |
colDataFile |
a file name. If not NULL, then output PACds@colData into this file. |
NULL.
Other PACdataset functions:
PACdataset-class
,
PACds
,
annotateByPAS()
,
annotatePAC()
,
createPACdataset()
,
get3UTRAPAds()
,
get3UTRAPApd()
,
length()
,
makeExamplePACds()
,
mergePACds()
,
normalizePACds()
,
plotPACdsStat()
,
rbind()
,
readPACds()
,
removePACdsIP()
,
scPACds
,
subscript_operator
,
summary()
data(PACds)
writePACds(PACds, file='pacds.txt', colDataFile='coldata.txt')
readPACds(pacFile='pacds.txt', colDataFile='coldata.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.