| read.orfs | R Documentation |
ORFpredThis function reads the output of the ORFpred function and stores the
sequence id and number of predicted ORFs in a data.frame object.
read.orfs(input.file)
input.file |
fasta file generated by |
The file generated by ORFpred is parsed by this function
and returned as data.frame object.
A data.frame object storing the seq.id, orfs (number of predicted ORFs), start, and end of the predicted LTRs.
Hajk-Georg Drost
ORFpred, LTRpred
# read an example prediction file generated by PredictORFs()
ORFPred <- read.orfs(system.file("nt.fa",package = "LTRpred"))
head(ORFPred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.