View source: R/get_marker_chr.R
get_marker_chr | R Documentation |
Given a vector of marker names or numbers, this function returns the chromosome on which each marker lives.Covariates are assigned to chromosome 0.
get_marker_chr(data_obj, markers, character_names = TRUE)
data_obj |
a |
markers |
A vector of marker names |
character_names |
A logical value indicating whether the marker names are characters (TRUE) or numbers (FALSE) |
A vector the same length as the input markers vector indicating which chromosome each marker in markers lives on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.