getTopBlat | R Documentation |
Function to rank and obtain donor pseudogenes which best explain a given gene conversion event
getTopBlat(tb, start, end, ntop = 5, adjustment = TRUE)
tb |
data.frame storing potential hits (donor pseudogenes) that explain a given gene conversion event generated by running the BLAT program. |
start |
integer, start site of the gene conversion event. |
end |
integer, end site of the gene conversion event. |
ntop |
integer, the number of possibilities to return. (default: 5, i.e. the best 5 candidate donor pseudogenes are returned) |
adjustment |
boolean, does the boundaries on the donor pseudogene sequence need to be adjusted? (default: TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.