Fungal spore analysis is a repository and package consisting of functions used to analyze genomics data of fungal spores. Following functions have been iteratively used in the analysis;
genelist_specific_profileplot
profiles_normalized_by_control
lineplot_from_bw
ggplot_heatmap
GO_diamond
bw_corr
install.packages("devtools")
install.packages("BiocManager")
devtools::install_github("sethiyap/FungalSporeAnalysis",repos=BiocManager::repositories(),dependencies=TRUE,build = FALSE)
For more details on functions and analysis see https://sethiyap.github.io/FungalSporeAnalysis/articles/pkgdown.html.