-
Notifications
You must be signed in to change notification settings - Fork 5
Example Outputs
Chris Grace edited this page Oct 2, 2019
·
12 revisions
Manhattan++ provides different ways in which individual cells can be labelled with information.
- Default Output (Reports configuration data)
- Reporting known lead variants gene name
- Reporting known lead variants rsids
Labels cells with configuration file, report field set to TRUE, enabled by default
manhplusplot(infile = infile,outfile = "test", configfile = configfile,
snpfile = snpfile)
The gene names of known reported peak SNPs (novel set to FALSE) from the snplist file displayed on plot, enabled with showgenes flag set to TRUE. This overrides reporting of individual cells specified in the config file. Novel variants are displayed in the table.
manhplusplot(infile = infile,outfile = "test", configfile = configfile,
snpfile = snpfile, showgenes = TRUE)
The SNP IDs of known reported peak SNPs (novel set to FALSE) from the snplist file displayed on plot, enabled with showgenes flag set to TRUE and showrsids set to TRUE. This overrides reporting of individual cells specified in the config file. Novel variants are displayed in the table.
manhplusplot(infile = infile,outfile = "test", configfile = configfile,
snpfile = snpfile, showgenes = TRUE, showrsids = TRUE)