check_n_int | R Documentation |
Ensure that the N column is all integers
check_n_int(sumstats_dt, path, convert_n_int, imputation_ind)
sumstats_dt |
data table obj of the summary statistics file for the GWAS |
path |
Filepath for the summary statistics file to be formatted |
convert_n_int |
Binary, if N (the number of samples) is not an integer, should this be rounded? Default is TRUE. |
imputation_ind |
Binary Should a column be added for each imputation step to show what SNPs have imputed values for differing fields. This includes a field denoting SNP allele flipping (flipped). Note these columns will be in the formatted summary statistics returned. Default is FALSE. |
list containing sumstats_dt, the modified summary statistics data table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.