Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Package to create hidecan plots for GWAS and differential expression results

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

PlantandFoodResearch/hidecan

Repository files navigation

hidecan is an R package for generating HIDECAN plots, which arevisualisations summarising the results of one or more QTL mapping,genome-wide association study (GWAS) and transcriptomics differentialexpression (DE) analysis, alongside candidate genes of interest.

Installation

hidecan is available on the CRAN and can be installed via:

install.packages("hidecan")

Alternatively, you can install the development version ofhidecan fromGitHub with:

# install.packages("devtools")devtools::install_github("PlantandFoodResearch/hidecan")

Usage

The hidecan package works as follows:

  • it takes as an input one of more data-frames containing QTL mappingresults, GWAS results, differential expression results and list ofcandidate genes of interest;

  • it computes the length of each chromosome based on the genomicposition of the regions, markers and genes provided in the input data;

  • it filters the datasets to retain significant regions/markers ordifferentially expressed genes, according to a threshold on theirscore and/or log2-fold change. The fold-change is set by the user, andcan be different for QTL mapping, GWAS and differential expressionresults.

  • it displays the position of the significant regions, markers and genesalongside candidate genes (HIDECAN plot). The plot can be customisedby the user via a number of parameters (e.g. legend position or labelsize).

The wrapper functionhidecan_plot() performs all of these steps. Itsuse is demonstrated below with an example dataset:

library(hidecan)## Getting an example datasetx<- get_example_data()hidecan_plot(qtl_list=x[["QTL"]],## data-frame of QTL mapping resultsgwas_list=x[["GWAS"]],## data-frame of GWAS resultsde_list=x[["DE"]],## data-frame of DE resultscan_list=x[["CAN"]],## data-frame of candidate genesscore_thr_qtl=-log10(0.0001),## sign. threshold for QTL mappingscore_thr_gwas=-log10(0.0001),## sign. threshold for GWASscore_thr_de=-log10(0.05),## sign. threshold for DElog2fc_thr=0,## log2FC threshold for DElabel_size=2## label size for candidate genes)

Citation

If using HIDECAN, please cite:

Angelin-Bonnet, O., Vignes, M., Biggs, P. J., Baldwin, S., & Thomson, S.(2024). Visual Integration of Genome-Wide Association Studies andDifferential Expression Results with the Hidecan R Package. Genes,15(10), 1244.https://doi.org/10.3390/genes15101244

About

Package to create hidecan plots for GWAS and differential expression results

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp