melt_finemapping_results: Melt fine-mapping results

View source: R/melt_finemapping_results.R

melt_finemapping_resultsR Documentation

Melt fine-mapping results

Description

Melt fine-mapping results into long format such that "\*.CS" and "\*.PP" columns from multiple methods are now in a single column.

Usage

melt_finemapping_results(dat, verbose = TRUE)

Arguments

dat

Fine-mapping results data.

verbose

Print messages.

Value

Modified data.table with the new columns "Method","PP", and "CS".

Examples

finemap_melt <- echodata::melt_finemapping_results(dat = echodata::BST1)

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.