View source: R/drop_finemap_cols.R
drop_finemap_cols | R Documentation |
Drop all method-specific and/or multi-tool summary columns from data. This is helpful when ensuring duplicate columns aren't created when re-running fine-mapping with the same method.
drop_finemap_cols( dat, finemap_methods = NULL, summary_cols = c("Support", "Consensus_SNP", "mean\\.PP"), verbose = TRUE )
dat |
Fine-mapping results data. |
finemap_methods |
Fine-mapping methods to run. See lfm for a list of all fine-mapping methods currently available. |
summary_cols |
Multi-tool summary columns to drop. |
verbose |
Print messages. |
dat2 <- echofinemap::drop_finemap_cols(dat=dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.