Skip to content
Merged

Dev #46

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.positai$
^\.claude$
^doc$
^Meta$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ rsconnect/
.quarto
inst/doc
docs
.positai
/doc/
/Meta/
20 changes: 14 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Authors@R: c(
Description: This package contains functions that help in manipulating tables and generating plots for multi-omics analysis including genomics, transcriptomics, proteomics, methylomics and immunoinformatics.
License: CC BY-NC-SA 4.0
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports:
dplyr,
ggplot2,
Expand All @@ -25,13 +24,18 @@ Imports:
graphics,
magrittr,
rlang,
stats,
umap,
tibble,
scales,
grid,
utils,
patchwork
patchwork,
Gviz,
rtracklayer,
GenomeInfoDb,
GenomicRanges,
stats,
S4Vectors
Suggests:
biomaRt,
circlize,
Expand All @@ -55,12 +59,16 @@ Suggests:
tidygraph,
tidyr,
tidyselect,
tm
tm,
testthat (>= 3.0.0),
withr,
Rsamtools
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5)
R (>= 4.4.0)
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
URL: https://bigmindlab.github.io/OmicsKit

Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ export(get_superterm)
export(getgenesPA)
export(heatmap_PA)
export(heatmap_path_PA)
export(list_ensembl_species)
export(list_ensembl_versions)
export(list_gmts)
export(merge_PA)
export(multiplot_PA)
export(network_clust)
export(network_clust_gg)
export(nice_GenomeTrack)
export(nice_KM)
export(nice_PCA)
export(nice_UMAP)
Expand All @@ -30,7 +33,10 @@ export(split_cases)
export(splot_PA)
export(tpm)
import(ggplot2)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,mcols)
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_layout)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(utils,modifyList)
Loading
Loading