read_sumstats_neale: Reads a pattern of summary statistics formatted according to...

View source: R/sumstats.R

read_sumstats_nealeR Documentation

Reads a pattern of summary statistics formatted according to the Neale lab.

Description

Reads a pattern of summary statistics formatted according to the Neale lab.

Usage

read_sumstats_neale(
  file_pattern = NULL,
  file_list = NULL,
  chunk_size = 20,
  verbose = TRUE
)

Arguments

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.


brielin/WWER documentation built on May 22, 2022, 7:28 p.m.