repbase.clean: Clean the initial Repbase database for BLAST

View source: R/repbase.clean.R

repbase.cleanR Documentation

Clean the initial Repbase database for BLAST

Description

Clean the headers of the Repbase fasta files so that headers can be used to create a blast-able database.

Usage

repbase.clean(repbase.file, output.file)

Arguments

repbase.file

fasta file storing the corresponding Repbase annotation, e.g. athrep.ref.

output.file

name/path of the cleaned Repbase annotation file.

Details

The Repbase database can be downloaded after registration at http://www.girinst.org/repbase/. The corresponding files as they are however, cannot be converted into a blast-able database. Hence, a pre-filtering step is neccessary to be able to use this database with the e.g. repbase.query function.

Author(s)

Hajk-Georg Drost

References

http://www.girinst.org/repbase/

Examples

## Not run: 
# PreProcess Repbase: A thaliana
# and save the output into the file "Athaliana_repbase.ref"
repbase.clean(repbase.file = "athrep.ref",
              output.file  = "Athaliana_repbase.ref")


## End(Not run)

HajkD/LTRpred documentation built on April 22, 2022, 4:35 p.m.