| pred2tsv | R Documentation |
This function formats the LTR prediction data.frame
generated by LTRharvest, LTRdigest, or LTRpred
to a data.frame in CSV file format.
pred2tsv(LTR.data, output = "output.tsv")
LTR.data |
the LTR prediction |
output |
filename of the output CSV file. |
the LTR.data table in csv format saved to the hard drive.
Hajk-Georg Drost
gff.file <- system.file("TAIR10_chr_all_LTRdigestPrediction.gff",
package = "LTRpred")
tabout.file <- system.file("TAIR10_chr_all-ltrdigest_tabout.csv"
,package = "LTRpred")
LTRfile <- read.prediction(gff.file,tabout.file, program = "LTRdigest")
# generate csv file
pred2csv(LTRfile$ltr.retrotransposon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.