read.RepMask | R Documentation |
Read a RepeatMasker output
read.RepMask(file)
file |
RepeatMasker output file |
This function loads the RepeatMasker output file and rename columns as:
Smith-Waterman score of the match, usually complexity adjusted. The SW scores are not always directly comparable. Sometimes the complexity adjustment has been turned off, and a variety of scoring-matrices are used.
% substitutions in matching region compared to the consensus
% of bases opposite a gap in the query sequence (deleted bp)
% of bases opposite a gap in the repeat consensus (inserted bp)
name of query sequence
starting position of match in query sequence
ending position of match in query sequence
no. of bases in query sequence past the ending position of match
match is with the Complement of the consensus sequence in the database
name of the matching interspersed repeat
the class of the repeat, in this case a DNA transposon fossil of the MER2 group (see below for list and references)
no. of bases in (complement of) the repeat consensus sequence prior to beginning of the match
starting position of match in database sequence (using top-strand numbering)
ending position of match in database sequence
num index
higher-scoring match whose domain partly (<80%) includes the domain of this match.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.