View source: R/read.prediction.R
| read.prediction | R Documentation | 
This function imports the output files generated by LTRharvest or LTRdigest.
read.prediction( gff.file = NULL, tabout.file, program = "LTRdigest", ltr.fasta = NULL, inner.seq.fasta = NULL, data = NULL, similarity.bin = 2, min.sim = NULL )
| gff.file | path to GFF file generated by either  | 
| tabout.file | path to  | 
| program | prediction program used to generate the corresponding GFF file. 
Either  | 
| ltr.fasta | fasta file generated by either  | 
| inner.seq.fasta | path to the  | 
| data | the  | 
| similarity.bin | resolution of similarity binning. E.g. binning 98%-100% into 0.5% intervals would be  | 
| min.sim | minimum similarity between LTRs that can shall be considered for visualization. | 
Hajk-Georg Drost
## Not run: 
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")
# look at results
str(LTRfile$ltr.retrotransposon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.