read_sumstats_neale | R Documentation |
Reads a pattern of summary statistics formatted according to the Neale lab.
read_sumstats_neale( file_pattern = NULL, file_list = NULL, chunk_size = 20, verbose = TRUE )
file_pattern |
A glob string specifying the files to read or NULL to use file_list instread. |
file_list |
A list of file names to use, or NULL to use file_pattern instead. |
chunk_size |
Number of phenotypes to pivot at a time. |
verbose |
Boolean. True to print progress. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.