Skip to content

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.

Types of reporting

  1. Default Output (Reports configuration data)
  2. Reporting known lead variants gene name
  3. Reporting known lead variants rsids

Default

Labels cells with configuration file, report field set to TRUE, enabled by default

manhplusplot(infile = infile,outfile = "test", configfile = configfile, 
             snpfile = snpfile)

report labels Link to PDF file

Back to top

Genes

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)

genes labels Link to PDF file

Back to top

RSIDs

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)

rsid labels Link to PDF file

Back to top

Clone this wiki locally