View source: R/sub_genes_markers.R
sub_genes_markers | R Documentation |
Takes a list of candidate markers and search for genes a determined interval
sub_genes_markers(chr_list, db_file, marker_file, nThreads = NULL, int = 0)
chr_list |
"Object with the chromosomes to be analyzed" |
db_file |
Data frame with the information from .gtf file |
marker_file |
Data frame with the information from the candidate regions file |
nThreads |
The number of threads to be used |
int |
The interval in base pair |
A dataframe with the genes or QTLs mapped within the specified intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.