Last updated: 2023-09-16
Checks: 7 0
Knit directory:
Mouse_endometrial_transcriptome_2023/1_analysis/
This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(12345)
was run prior to running the
code in the R Markdown file. Setting a seed ensures that any results
that rely on randomness, e.g. subsampling or permutations, are
reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version 18c6463. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for
the analysis have been committed to Git prior to generating the results
(you can use wflow_publish
or
wflow_git_commit
). workflowr only checks the R Markdown
file, but you know if there are other scripts or data files that it
depends on. Below is the status of the Git repository when the results
were generated:
Ignored files:
Ignored: .Rproj.user/
Untracked files:
Untracked: .gitignore
Untracked: 0_data/RDS_objects/DT.rds
Unstaged changes:
Modified: 0_data/RDS_objects/dge.rds
Modified: 0_data/RDS_objects/enrichGO.rds
Modified: 0_data/RDS_objects/enrichGO_sig.rds
Modified: 0_data/RDS_objects/fc.rds
Modified: 0_data/RDS_objects/lfc.rds
Modified: 0_data/RDS_objects/lmTreat.rds
Modified: 0_data/RDS_objects/lmTreat_all.rds
Modified: 0_data/RDS_objects/lmTreat_sig.rds
Modified: 0_data/RDS_objects/pub.rds
Deleted: 1_analysis/mmu04060.pv.png
Deleted: 1_analysis/mmu04151.pv.png
Deleted: 1_analysis/mmu04270.pv.png
Deleted: 1_analysis/mmu04510.pv.png
Deleted: 1_analysis/mmu04640.pv.png
Deleted: 1_analysis/mmu04670.pv.png
Modified: 2_plots/de/pval_1.05.svg
Modified: 2_plots/de/pval_1.1.svg
Modified: 2_plots/de/pval_1.5.svg
Modified: 2_plots/go/bp_dot_1.05.svg
Modified: 2_plots/go/bp_dot_1.5.svg
Modified: 2_plots/go/cc_dot_1.05.svg
Modified: 2_plots/go/cc_dot_1.5.svg
Modified: 2_plots/go/mf_dot_1.5.svg
Modified: 2_plots/go/upset_1.05.svg
Modified: 2_plots/go/upset_1.1.svg
Modified: 2_plots/go/upset_1.5.svg
Modified: 2_plots/ipa/Cell-To-Cell Signaling.svg
Modified: 2_plots/ipa/diseaseAndFunction.svg
Modified: 2_plots/ipa/pathways.svg
Modified: 2_plots/kegg/kegg_dot_1.05.svg
Modified: 2_plots/kegg/kegg_dot_1.1.svg
Modified: 2_plots/kegg/kegg_dot_1.5.svg
Modified: 2_plots/kegg/upset_kegg_1.05.svg
Modified: 2_plots/kegg/upset_kegg_1.1.svg
Modified: 2_plots/kegg/upset_kegg_1.5.svg
Modified: 2_plots/qc/PCA_IntvsCont.svg
Modified: 2_plots/qc/counts_after_filtering_3_3.svg
Modified: 2_plots/qc/counts_before_after_filtering_3_3.svg
Modified: 2_plots/qc/counts_before_filtering.svg
Modified: 2_plots/qc/library_size.svg
Modified: 2_plots/reactome/react_dot_1.05.svg
Modified: 2_plots/reactome/react_dot_1.1.svg
Modified: 2_plots/reactome/react_dot_1.5.svg
Modified: 2_plots/reactome/upset_react_1.05.svg
Modified: 2_plots/reactome/upset_react_1.1.svg
Modified: 2_plots/reactome/upset_react_1.5.svg
Modified: 3_output/enrichGO_sig.xlsx
Modified: 3_output/enrichKEGG_all.xlsx
Modified: 3_output/enrichKEGG_sig.xlsx
Modified: 3_output/lmTreat_all.xlsx
Modified: 3_output/lmTreat_fc1.5_voom2_all_fdr.xlsx
Modified: 3_output/lmTreat_sig.xlsx
Modified: 3_output/reactome_all.xlsx
Modified: 3_output/reactome_sig.xlsx
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were
made to the R Markdown (1_analysis/setUp.Rmd
) and HTML
(docs/setUp.html
) files. If you’ve configured a remote Git
repository (see ?wflow_git_remote
), click on the hyperlinks
in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
Rmd | 18c6463 | Ha Manh Tran | 2023-09-16 | Added KEGG copyright permission and changed kable |
html | b44640a | Ha Manh Tran | 2023-01-23 | Build site. |
Rmd | eb10bef | Ha Manh Tran | 2023-01-22 | workflowr::wflow_publish(here::here("1_analysis/*.Rmd")) |
html | 8c9178d | tranmanhha135 | 2023-01-21 | added png |
html | d578f46 | Ha Manh Tran | 2023-01-21 | Build site. |
html | 159f352 | tranmanhha135 | 2023-01-21 | adding for pathview |
Rmd | 4d51a4e | tranmanhha135 | 2023-01-20 | test png |
html | 4d51a4e | tranmanhha135 | 2023-01-20 | test png |
html | 691cf34 | Ha Manh Tran | 2023-01-20 | Build site. |
Rmd | 7f6bab2 | Ha Manh Tran | 2023-01-20 | workflowr::wflow_publish(here::here("1_analysis/*.Rmd")) |
Rmd | b6cf190 | tranmanhha135 | 2023-01-19 | quick commit |
Rmd | 3119fad | tranmanhha135 | 2022-11-05 | build website |
html | 3119fad | tranmanhha135 | 2022-11-05 | build website |
Prior to this analysis, reads were: 1. Trimmed using
AdapterRemoval
2. Aligned to GRCm38/mm10
using STAR
3. Reads quantification performed with
featureCounts
Transcript QC, alignment, and quantification were performed by Dr Jimmy Breen
# working with data
library(dplyr)
library(magrittr)
library(readr)
library(tibble)
library(reshape2)
library(tidyverse)
library(bookdown)
# Visualisation:
library(kableExtra)
library(ggbiplot)
library(ggrepel)
library(grid)
library(cowplot)
library(corrplot)
library(DT)
# Set ggplot theme
theme_set(theme_light())
pub <- theme_update(
plot.title = element_text(color = "gray20", size = 12, angle = 0, hjust = 0.5, vjust = .5, face = "bold"),
plot.subtitle = element_text(color = "gray20", size = 11, angle = 0, hjust = 0, vjust = .5, face = "plain"),
legend.title = element_text(color = "gray20", size = 11, angle = 0, hjust = 0.5, vjust = .5, face = "plain"),
legend.text = element_text(color = "gray20", size = 11, angle = 0, hjust = 0, vjust = .5, face = "plain"),
axis.text.x = element_text(color = "gray20", size = 11, angle = 0, hjust = .5, vjust = 0, face = "plain"),
axis.title.x = element_text(color = "gray20", size = 11, angle = 0, hjust = .5, vjust = 0, face = "plain"),
axis.text.y = element_text(color = "gray20", size = 11, angle = 0, hjust = 1, vjust = 0.5, face = "plain"),
axis.title.y = element_text(color = "gray20", size = 11, angle = 90, hjust = .5, vjust = .5, face = "plain"))
# Bioconductor packages:
library(AnnotationHub)
library(edgeR)
library(limma)
library(Glimma)
Due to the unusual library size, control 3 was removed from the analysis
# import the mergedOnly dataset, provided by Dr Jimmy Breen on the 24/09/21
rawCount <- read_tsv(here::here("0_data/raw_data/allSamples_mergedOnly.featureCounts.txt"),
col_names = TRUE,
comment = "#") %>%
dplyr::rename(CONT1 = "../2_Hisat2_merged/CONT1_ATGTCA_merged.sorted.nodup.bam",
CONT2 = "../2_Hisat2_merged/CONT2_CGATGT_merged.sorted.nodup.bam",
CONT4 = "../2_Hisat2_merged/CONT4_ACTTGA_merged.sorted.nodup.bam",
INT1 = "../2_Hisat2_merged/INT1_GTCCGC_merged.sorted.nodup.bam",
INT2 = "../2_Hisat2_merged/INT2_ACAGTG_merged.sorted.nodup.bam",
INT3 = "../2_Hisat2_merged/INT3_GATCAG_merged.sorted.nodup.bam",
INT4 = "../2_Hisat2_merged/INT4_CTTGTA_merged.sorted.nodup.bam",
SVX1 = "../2_Hisat2_merged/SVX1_GTTTCG_merged.sorted.nodup.bam",
SVX2 = "../2_Hisat2_merged/SVX2_TAGCTT_merged.sorted.nodup.bam",
SVX3 = "../2_Hisat2_merged/SVX3_ATCACG_merged.sorted.nodup.bam",
SVX4 = "../2_Hisat2_merged/SVX4_GCCAAT_merged.sorted.nodup.bam",
SVX_VAS1 = "../2_Hisat2_merged/SVX_VAS1_AGTCAA_merged.sorted.nodup.bam",
SVX_VAS2 = "../2_Hisat2_merged/SVX_VAS2_AGTTCC_merged.sorted.nodup.bam",
SVX_VAS3 = "../2_Hisat2_merged/SVX_VAS3_TGACCA_merged.sorted.nodup.bam",
SVX_VAS4 = "../2_Hisat2_merged/SVX_VAS4_GGCTAC_merged.sorted.nodup.bam",
VAS1 = "../2_Hisat2_merged/VAS1_CAGATC_merged.sorted.nodup.bam",
VAS2 = "../2_Hisat2_merged/VAS2_GTGAAA_merged.sorted.nodup.bam",
VAS3 = "../2_Hisat2_merged/VAS3_GTGGCC_merged.sorted.nodup.bam",
VAS4 = "../2_Hisat2_merged/VAS4_CCGTCC_merged.sorted.nodup.bam",) %>%
column_to_rownames("Geneid") %>%
as.data.frame()
rownames(rawCount) <- gsub("\\..+$", "", rownames(rawCount))
# Removing the non-numerical metadata column. SVX_VAS1 may also be an outlier, it is number 18 (BTW)
rawCount<- rawCount[, c(6,7,9:25)]
DT <- function(x, caption){
DT::datatable(x,caption = caption,
extensions = 'Buttons',
options = list(dom = 'Blfrtip', scrollX=T,
buttons = c('copy', 'csv', 'excel', 'pdf', 'print'),
lengthMenu = list(c(10,25,50,-1),
c(10,25,50,"All"))))
}
saveRDS(DT, here::here("0_data/RDS_objects/DT.rds"))
There are generally two metadata required for DGE analysis.
metadata about each sample
metadata about each gene
The sample metadata can be extracted from the logCPM
column names. These data include sample_id
,
sample_group
, sample_type
.
The sample metadata will be manually generated and stored in the
/0_data/raw_data/
directory
samples <- read_tsv(here::here("0_data/raw_data/samples.tsv"),
col_names = TRUE) %>%
column_to_rownames("1")
Gene annotation is useful for the DGE analysis as it will provide useful information about the genes. The annotated genes of Mus musculus can be pulled down by using Annotation Hub.
Annotation Hub also has a web service that can be assessed through
the display function. Pulling down the gene annotation can take a long
time, so after the initial run, the annotated genes is saved to a
genes.rds
file. To save time, if genes.rds
is
already present, don’t run the code chunk.
ah <- AnnotationHub()
ah %>%
subset(grepl("musculus", species)) %>%
subset(rdataclass == "EnsDb")
#viewing web service for annotation hub
#d <- display(ah)
# Annotation hub html site was used to identify 'code' for the latest mouse genome from Ensembl
ensDb <- ah[["AH95775"]]
genes <- genes(ensDb) %>%
as.data.frame()
#the annotated genes are saved into a RDS object to save computational time in subsequent run of the setUp.Rmd
genes %>% saveRDS(here::here("0_data/RDS_objects/gene_metadata.rds"))
Using the annotated gene list through AnnotationHub(), load into
object called geneMetadata
. Filter out all genes that are
present in the rawCount and display the number of unique gene_biotypes
present in the rawCount and geneMetadata
geneMetadata <- read_rds(here::here("0_data/RDS_objects/gene_metadata.rds"))
#prepare the gene data frame to contain the genes listed in the rownames of 'rawCount' data
geneMetadata <- data.frame(gene = rownames(rawCount)) %>%
left_join(geneMetadata %>% as.data.frame,
by = c("gene"="gene_id")) %>%
dplyr::distinct(gene, .keep_all=TRUE)
rownames(geneMetadata) <- geneMetadata$gene
#Using the table function, the details of the genes present in the rawCount data can be summaried.
genes <- geneMetadata$gene_biotype %>% table %>% as.data.frame()
colnames(genes) <- c("Gene Biotype", "Frequency")
# kable(genes) %>% kable_styling(bootstrap_options = c("striped", "hover")) %>% scroll_box(height = "600px")
genes %>% DT(.,caption = "Table: Gene biotype")
Digital Gene Expression List (DGElist) is a R object class often used for differential gene expression analysis as it simplifies plotting, and interaction with data and metadata.
The DGEList object holds the three dataset that have
imported/created, including rawCount
data and
sampleMetadata
and geneMetadata
metadata.
To further save time and memory, genes that were not expressed across
all samples (i.e., 0
count across all columns) are all
removed
#Create DGElist with rawCOunt and gene data. Remove all genes with 0 expression in all treatment groups
dge <- DGEList(counts = rawCount,
samples = samples,
genes = geneMetadata,
remove.zeros = TRUE
)
Pre-processing steps increased the power of the downstream DGE analysis by eliminating majority of unwanted variance that could obscure the true variance caused by the differences in sample conditions. There are several standard steps that are commonly followed to pre-process and QC raw read counts, including:
Checking Library Size
Removal of Undetectable Genes
Normalisation
QC through MDS/PCA
A simple pre-processing/QC step is checking the quality of library
size (total number of mapped and quantified reads) for each treatment.
This enable identification of potentially mis-labelled or outlying
samples. This is often visualised through ggplot
.
libSize <- dge$samples %>%
#plot the sample with the lib.size in x and sample_group in y, colour fill for each sample_group
ggplot(aes(
x = lib.size,
y = rownames(dge$samples),
fill = dge$samples$group)
) +
geom_col() +
#draw a vertical line for the mean lib.size
geom_vline(
aes (xintercept = lib.size),
data = . %>% summarise_at(vars(lib.size), mean),
linetype = 2
) +
#labelling splot
labs(
title = "Sample Library Size",
x = "Library Size",
y = "Samples",
fill = "Sample Groups"
) +
#PUBLISHING
theme(legend.position = "none")
libSize
Sample library size. Dash line represent average library size
#save the plot to .svg
ggsave(here::here("2_plots/qc/library_size.svg"),
plot = libSize + pub,
#PUBLISHING
width = 250,
height = 166,
units = "mm")
Filtering out low-expressed genes is a standard pre-processing step in DGE analysis as it can significantly increase the power to differentiate differentially expressed genes by eliminating the variance caused by genes that are lowly expressed in all samples.
The threshold of removal is arbitrary and is often determined after
visualisation of the count distribution. The count distribution can be
illustrated in a density plot through ggplot
. A common
metric used to display the count distribution is log Counts per
Million (logCPM)
beforeFiltering <- dge %>%
#transform the raw count to logCPM
edgeR::cpm(log = TRUE) %>%
#melting (reorganising) the transformed logCPM data with respect to the id variable (i.e., the row and column names). Very similar to pivot_long function
melt %>%
#retain all rows where the logCPM (value) is finite. All of them in this case are finite
dplyr::filter(is.finite(value)) %>%
#plot the long formate logCPM counts in a density plot with x the logCPM and colour by the sample_id
ggplot(aes(
x = value,
colour = Var2
)) +
geom_density() +
# remove the legend
guides(colour = FALSE) +
#add figure tittle and subtitle and labels
ggtitle("Before Filtering Low-expressed Genes", subtitle = paste0(nrow(dge), " genes"))+
labs(
x = "logCPM",
y = "Density",
colour = "Sample Groups"
)
#save plot
ggsave("counts_before_filtering.svg",
plot = beforeFiltering + pub,
width = 250,
height = 166,
units = "mm",
path = here::here("2_plots/qc/"))
Ideally, the filtering the low-expressed genes should remove the
large peak with logCPM < 0
, i.e., remove any genes which
have less than one count per million.
A common guideline is to keep all genes that have > 1-2 cpm in the
smallest group on a treatment. In this case, the smallest group is 3 as
each treatment condition had three replicates. However, due to the high
variance of some groups, the filtering is increased to keep genes that
are are more than 3 CPM in at least 3 samples.
Mathematically this would be identifying genes (rows) with CPM
> 3
; and identifying total row sum that is
>= 3
.
#the genes kept have >2 CPM for at least 3 samples
keptGenes <- (rowSums(cpm(dge) > 3) >= 3)
afterFiltering <- dge %>%
#transform the raw count to logCPM
edgeR::cpm(log = TRUE) %>%
#for var1 (gene names) extract only the keptGenes and discard all other genes in the logCPM data
magrittr::extract(keptGenes,) %>%
#melting (reorganising) the transformed logCPM data with respect to the id variable (i.e., the row and column names). Very similar to pivot_long function
melt %>%
#retain all rows where the logCPM (value) is finite. All of them in this case are finite
dplyr::filter(is.finite(value)) %>%
#ggplot
ggplot(aes(
x = value,
colour = Var2
)) +
geom_density() +
#remove the legend
guides(colour = FALSE) +
#add figure tittle and subtitle and labels. since keptGenes is a logic element, the second element represents the number of genes that were kept after the filtering
ggtitle("After Filtering Low-expressed Genes", subtitle = paste0(table(keptGenes)[[2]], " genes")) +
labs(
x = "logCPM",
y = "Density",
colour = "Sample Groups"
)
#save plot
ggsave("counts_after_filtering_3_3.svg",
plot = afterFiltering + pub,
width = 250,
height = 166,
units = "mm",
path = here::here("2_plots/qc/"))
#display plot
# afterFiltering
#display plot side by side
cowplot::plot_grid(beforeFiltering + pub, afterFiltering + pub)
Before and after removal of lowly expressed genes
ggsave(filename = "counts_before_after_filtering_3_3.svg",
path = here::here("2_plots/qc/"),
# PUBLISHING
width = 320,
height = 180,
units = "mm")
Following the filtering of low-expressed genes < 3 CPM in at least 3 samples, out of the total 36300 genes left after the removal of genes with no expression, 19078 genes were removed, leaving only 17222 genes remaining for the downstream analysis
After filtering the low-expressed genes, the DGElist object is updated to eliminate the low-expressed genes from future analysis
#extract genes from keptGenes and recalculate the lib size
dge <- dge[keptGenes,,keep.lib.sizes = FALSE]
Using the TMM (trimmed mean of M value) method of normalisation
through the edgeR
package. The TMM approach creates a
scaling factor as an offset to be supplied to Negative Binomial model.
The ca;cNormFactors
function calculate the normalisation
and return the adjusted norm.factor
to the
dge$samples
element.
#after normalisation
dge <- edgeR::calcNormFactors(object = dge,
method = "TMM")
# knitr::kable(dge$samples, caption = "Normalised samples") %>%
# kable_styling(bootstrap_options = c("striped", "hover")) %>%
# scroll_box(height = "600px")
dge$samples %>% DT(.,caption = "Table: Normalised samples")
The following visualisation of the TMM normalisation is plotted using
the mean-difference (MD) plot. The MD plot visualise the library
size-adjusted logFC between two samples (the difference) against the
log-expression across all samples (the mean). In this instance,
sample 1
is used to compare against an artificial library
construct from the average of all the other samples
limma::plotMD(cpm(dge, log = TRUE), column=1)
abline(h=0, col="red", lty=2, lwd=2)
MA plot of TMM normalisation for control 1
Ideally, the bulk of gene expression following the TMM normalisation
should be centred around expression log-ratio
of 0, which
indicates that library size bias between samples have been successfully
removed. This should be repeated with all the samples in the dge
object.
samples <- dge$samples %>% rownames_to_column("sampleName")
samples$rep <- samples$rep %>% as.factor()
# Perform PCA analysis:
pca_analysis <- prcomp(t(cpm(dge, log = TRUE)))
summary(pca_analysis)$importance %>% as.data.frame()
group.colours <- c(CONT = "#F8766D", INT = "#A3A500")
# Create the plot
a <- pca_analysis$x %>%
as.data.frame() %>%
rownames_to_column("sampleName") %>%
left_join(samples) %>%
as_tibble() %>%
ggplot(aes(x = PC1, y = PC2, colour = group, shape = rep)) +
geom_point(size=3, alpha=0.5) +
scale_shape_manual(values = c(15:18)) +
labs(
x = paste0("PC1 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC1"]),")"),
y = paste0("PC2 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC2"]),")"),
colour = "Groups",
shape = "Replicates"
)
b <- pca_analysis$x %>%
as.data.frame() %>%
rownames_to_column("sampleName") %>%
left_join(samples) %>%
as_tibble() %>%
ggplot(aes(x = PC2, y = PC3, colour = group, shape = rep)) +
geom_point(size=3, alpha=0.5) +
scale_shape_manual(values = c(15:18)) +
labs(
x = paste0("PC2 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC2"]),")"),
y = paste0("PC3 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC3"]),")"),
colour = "Groups",
shape = "Replicates"
)
c <- pca_analysis$x %>%
as.data.frame() %>%
rownames_to_column("sampleName") %>%
left_join(samples) %>%
as_tibble() %>%
dplyr::slice(1:7) %>%
ggplot(aes(x = PC1, y = PC2, colour = group, shape = rep)) +
geom_point(size=3, alpha=0.8) +
scale_color_manual(values = group.colours)+
scale_shape_manual(values = c(15:18)) +
labs(
x = paste0("PC1 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC1"]),")"),
y = paste0("PC2 (", percent(summary(pca_analysis)$importance["Proportion of Variance","PC2"]),")"),
colour = "Groups",
shape = "Replicates"
)
c
PCA plot of all samples.
ggsave("PCA_IntvsCont.svg",
plot = c + pub,
path = here::here("2_plots/qc/"),
width = 150,
height = 100,
units = "mm")
# pca_plot_2 <- plot_grid(
# plot_grid(
# a + theme(legend.position = "none"),
# b + theme(legend.position = "none"),
# c + theme(legend.position = "none"),
# nrow = 1
# ),
# get_legend(a + theme(legend.position = "bottom")),
# nrow = 2,
# rel_heights = c(4,1)
# )
#
#
# pca_plot_2
# ggsave("PCA_plot.svg",
# plot = pca_plot_2,
# path = here::here("2_plots/qc/"),
# width = 188,
# height = 100,
# units = "mm"
# )
corr_plot <- pca_analysis$x %>%
as.data.frame() %>%
rownames_to_column("sampleName") %>%
left_join(samples) %>%
as_tibble() %>%
dplyr::select(
PC1,
PC2,
PC3,
Groups=group,
Mated,
"Library size"=lib.size,
"Normalisation Factor"=norm.factors
) %>%
mutate(Groups = as.numeric(as.factor(Groups))) %>%
cor(method = "spearman") %>%
corrplot(
type = "lower",
diag = FALSE,
addCoef.col = 1, addCoefasPercent = TRUE
)
Correlation between first three principle components and measured variables
# Save DGElist object into the data/R directory
saveRDS(object = dge, file = here::here("0_data/RDS_objects/dge.rds"))
saveRDS(object = pub, file = here::here("0_data/RDS_objects/pub.rds"))
# saveRDS(object = gg_publish, file = here::here("0_data/RDS_objects/gg_publish.rds"))
sessionInfo()
R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=English_Australia.utf8 LC_CTYPE=English_Australia.utf8
[3] LC_MONETARY=English_Australia.utf8 LC_NUMERIC=C
[5] LC_TIME=English_Australia.utf8
time zone: Australia/Adelaide
tzcode source: internal
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] Glimma_2.10.0 edgeR_3.42.4 limma_3.56.2
[4] AnnotationHub_3.8.0 BiocFileCache_2.8.0 dbplyr_2.3.3
[7] BiocGenerics_0.46.0 DT_0.29 corrplot_0.92
[10] cowplot_1.1.1 ggrepel_0.9.3 ggbiplot_0.55
[13] scales_1.2.1 plyr_1.8.8 kableExtra_1.3.4
[16] bookdown_0.35 lubridate_1.9.2 forcats_1.0.0
[19] stringr_1.5.0 purrr_1.0.1 tidyr_1.3.0
[22] ggplot2_3.4.3 tidyverse_2.0.0 reshape2_1.4.4
[25] tibble_3.2.1 readr_2.1.4 magrittr_2.0.3
[28] dplyr_1.1.2
loaded via a namespace (and not attached):
[1] rstudioapi_0.15.0 jsonlite_1.8.7
[3] farver_2.1.1 rmarkdown_2.24
[5] fs_1.6.3 zlibbioc_1.46.0
[7] ragg_1.2.5 vctrs_0.6.3
[9] memoise_2.0.1 RCurl_1.98-1.12
[11] webshot_0.5.5 htmltools_0.5.5
[13] S4Arrays_1.0.6 curl_5.0.2
[15] sass_0.4.7 bslib_0.5.1
[17] htmlwidgets_1.6.2 cachem_1.0.8
[19] whisker_0.4.1 mime_0.12
[21] lifecycle_1.0.3 pkgconfig_2.0.3
[23] Matrix_1.6-1 R6_2.5.1
[25] fastmap_1.1.1 GenomeInfoDbData_1.2.10
[27] MatrixGenerics_1.12.3 shiny_1.7.5
[29] digest_0.6.33 colorspace_2.1-0
[31] AnnotationDbi_1.62.2 S4Vectors_0.38.1
[33] DESeq2_1.40.2 rprojroot_2.0.3
[35] textshaping_0.3.6 crosstalk_1.2.0
[37] GenomicRanges_1.52.0 RSQLite_2.3.1
[39] filelock_1.0.2 labeling_0.4.3
[41] fansi_1.0.4 timechange_0.2.0
[43] httr_1.4.7 abind_1.4-5
[45] compiler_4.3.1 here_1.0.1
[47] bit64_4.0.5 withr_2.5.0
[49] BiocParallel_1.34.2 DBI_1.1.3
[51] rappdirs_0.3.3 DelayedArray_0.26.7
[53] tools_4.3.1 interactiveDisplayBase_1.38.0
[55] httpuv_1.6.11 glue_1.6.2
[57] promises_1.2.0.1 generics_0.1.3
[59] gtable_0.3.4 tzdb_0.4.0
[61] hms_1.1.3 xml2_1.3.5
[63] utf8_1.2.3 XVector_0.40.0
[65] BiocVersion_3.17.1 pillar_1.9.0
[67] vroom_1.6.3 later_1.3.1
[69] lattice_0.21-8 bit_4.0.5
[71] tidyselect_1.2.0 locfit_1.5-9.8
[73] Biostrings_2.68.1 knitr_1.44
[75] git2r_0.32.0 IRanges_2.34.1
[77] SummarizedExperiment_1.30.2 svglite_2.1.1
[79] stats4_4.3.1 xfun_0.39
[81] Biobase_2.60.0 matrixStats_1.0.0
[83] stringi_1.7.12 workflowr_1.7.1
[85] yaml_2.3.7 evaluate_0.21
[87] codetools_0.2-19 BiocManager_1.30.22
[89] cli_3.6.1 xtable_1.8-4
[91] systemfonts_1.0.4 munsell_0.5.0
[93] jquerylib_0.1.4 Rcpp_1.0.11
[95] GenomeInfoDb_1.36.3 png_0.1-8
[97] parallel_4.3.1 ellipsis_0.3.2
[99] blob_1.2.4 bitops_1.0-7
[101] viridisLite_0.4.2 crayon_1.5.2
[103] rlang_1.1.1 KEGGREST_1.40.0
[105] rvest_1.0.3