Skip to content

ymansour21/BREC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BREC

BREC is an automated, computational and non-genome-specific solution based on the Marey maps method in order to identify eu-heterochromatin boundaries along chromosomes, and provide local recombination rate estimates. This approach allows to determin the location of the centromeric and telomeric regions known to present a reduced recombination rate in most eukaryotic genomes.

Download and install BREC package from within an R enviroment

# Install devtools and shiny from CRAN
install.packages("devtools", "shiny")
# Load installed libraries
library(devtools, shiny)
           
# Download and install the BREC package from the GitHub repository
install_github("ymansour21/BREC")
# Load Brec and shiny
library(Brec)
library(shiny) 
# Launch Brec graphical interface in your default internet browser
runApp("shinyApp/Brec_dashboard.R", launch.browser = TRUE)

Further details and examples will be available soon :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published