parse_sumstats_neale | R Documentation |
Note that this converts beta values to a normalized scale if they are not already on one. Note also that this reads the entire dataset into memory. If the number of SNPs is large, consider doing some preprocessing of your data to remove SNPs that are unlikely to be used in the analysis. Note also that this only keeps the normalized scale beta and SE due to memory concerns. The number of samples and p-value can be backed out from these.
parse_sumstats_neale(sumstats)
sumstats |
Tibble. Must include ccolumns "minor_AF", "low_confidence_variant", "tstat", "n_complete_samples", "beta", "se" and "pval". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.