View source: R/melt_finemapping_results.R
melt_finemapping_results | R Documentation |
Melt fine-mapping results into long format such that "\*.CS" and "\*.PP" columns from multiple methods are now in a single column.
melt_finemapping_results(dat, verbose = TRUE)
dat |
Fine-mapping results data. |
verbose |
Print messages. |
Modified data.table with the new columns "Method","PP", and "CS".
finemap_melt <- echodata::melt_finemapping_results(dat = echodata::BST1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.