exportregion | R Documentation |
Prepare the dataframe to pass to landscape function
exportregion(x, phenos, chromosome = NULL, lab = NULL, LDblock = NULL)
x |
List of dataframes that need to do PheGWAS on. Arrange the dataframe in the order how the the phenotypes should align in y axis |
phenos |
a vector of phenotypes that you are passing for in the summary statistics file. It should be in the order that you pass the List. |
chromosome |
The chromosome in which the region lies |
lab |
The region within the chromosme to export |
LDblock |
If want to pass a custom LDblock file for division of BP groups (applicable only for chromosomal level) |
Make sure there are no duplicate rsid's in any of the dataframe, If there aremake sure to resolve it before passing it to this function.
A processed dataframe to pass to PheGWAS function
George Gittu
## Not run: xprocess <- exportregion(x,phenos,chromosome = 19, lab = 11 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.