extract_sig_snps | R Documentation |
Exract the rows of the summary dataset of interest with P values below the specified threshold. This only works on linux/mac operating systems.
extract_sig_snps(
path_to_target_file = NULL,
p_val_col_number = NULL,
p_threshold = 5e-08
)
path_to_target_file |
path to the target file. This contains the summary data for the trait of interest |
p_val_col_number |
the column number corresponding to the P values for the SNP-trait associations |
p_threshold |
Extract SNP-trait associtions with P values less than this value. Default set to 5e-8 |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.