landscapefulltable | R Documentation |
3-D association table for many phenotypes(entire genome)
landscapefulltable(d, sliceval = 6, bpdivision = 1e+06)
d |
DataFrame output from processphegwas |
sliceval |
Integer to indicate value of -log10(p) to do the sectionalcut. Usually value > -log10 6 is considered to be significant |
bpdivision |
Integer value to indicate the base pair divisions. By default it is 100,000 bp. This vis only applciable on a single chromosome view. For entire chromosoem view the max peak is selected |
George Gittu
## Not run: # table of chromosome number 16, with bp division on 1,000,000 (default is 1,000,000) x <- list(hdl,ldl,trig,tchol) phenos <- c("HDL","LDL","TRIGS","TOTALCHOLESTROL") y <- processphegwas(x, phenos) landscapetable(y,sliceval = 6,chromosome = 16,bpdivision = 1000000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.