View source: R/select_markers.R
select_markers | R Documentation |
Select markers based on either:
their effect size or the variance of their effects across environments estimated by a penalized linear regression model.
GWAS in each environment implemented via FarmCPU
select_markers(
METData,
trait,
method_marker_effects = "FarmCPU",
method_selection_EN = "variance_across_env",
size_subset_most_variable_markers = 200,
size_top_markers_by_env = 50,
plot_penalty_regression_coefficients = F,
plot_gwas = T,
path_save_res = NULL,
...
)
method_marker_effects |
|
method_selection_EN |
|
size_subset_most_variable_markers |
|
size_top_markers_by_env |
|
plot_penalty_regression_coefficients |
|
plot_gwas |
|
path_save_res |
|
... |
Arguments passed to the |
METData. |
An object created by the initial function of the package,
|
trait. |
|
a character
vector containing the names of
the markers selected for further analyses
Cathy C. Westhues cathy.jubin@hotmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.