Description Usage Arguments Details Value Author(s) Examples
Extract and write old ptt and rnt
1 2 3 4 5 6 7 | ExtractPtt(featureTable)
ExtractRnt(featureTable)
write.ptt(ptt, file)
write.rnt(rnt, file)
|
featureTable |
A |
ptt |
A |
file |
A |
rnt |
A |
ExtractPtt()
: Extract ptt from the featureTable.
ExtractRnt()
: Extract rnt from the featureTable.
write.ptt()
: Write the ptt file.
write.rnt()
: Write the rnt file.
ExtractPtt()
: Extract ptt from the featureTable.
ExtractRnt()
: Extract rnt from the featureTable.
Yulong Niu niuylscu@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | gzPath <- system.file('extdata', 'eco.feature_table.txt.gz', package = 'ProGenome')
ft <- read.gff(gzPath)
ptt <- ExtractPtt(ft)
rnt <- ExtractRnt(ft)
## Not run:
write.ptt(ptt, 'eco.ptt')
write.rnt(rnt, 'eco.rnt')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.