View source: R/read.alignfile.r
read.alignfile | R Documentation |
read .align file from RepeatMasker
read.alignfile(file, average = F, by = c("seqID", "classRep"))
file |
.align file |
average |
logical vector indicating if the mean should be taken |
by |
if |
reads the RepeatMasker .align file and returns a data.frame with the sequence ID, the repetitions class, and the sequence divergence respect to the reference sequence in Kimura 2-parameter distances. If average = TRUE
return a vector with means by sequences (by = "seqID"
) or by repetition class (by = "classRep"
) as indicated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.