Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projection drive r #38

Merged
merged 35 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
824d3c6
updated projectionDriveR function
Nov 3, 2023
ae55d44
moved projectionDriveRfun. location to the R subfolder
rpalaganas Nov 3, 2023
7321f6a
Merge branch 'master' into projectionDriveR
rpalaganas Dec 12, 2023
5144edc
Updated test_projectR.R and projectionDriveR functions
rpalaganas Dec 12, 2023
a38a12c
Updated projectionDriveR function and added volcano plotting function
rpalaganas Jan 9, 2024
7aaf3ca
Merge branch 'master' into projectionDriveR
rpalaganas Jan 16, 2024
fcbab62
Updated vignette
rpalaganas Jan 16, 2024
bf5ff9f
Update projectR.Rmd
rpalaganas Jan 16, 2024
0777b3e
Update plotting.R
rpalaganas Jan 16, 2024
6c5bf02
Update projectR.Rmd
rpalaganas Jan 16, 2024
6baf395
remove rmd
rpalaganas Jan 16, 2024
d2c3627
update vignette
rpalaganas Jan 16, 2024
0f44c1e
Updated man
rpalaganas Jan 16, 2024
3634fa7
Update namespace and description
rpalaganas Jan 16, 2024
580877f
Update DESCRIPTION
rpalaganas Jan 16, 2024
2c5f667
vignette update
rpalaganas Jan 16, 2024
ddf8826
removed dependencies ggpubr, magick
rpalaganas Jan 17, 2024
7af3d64
Update projectR.Rmd
rpalaganas Jan 17, 2024
6ea2ca7
Build check
rpalaganas Jan 17, 2024
1188a94
Delete projectR.tex
rpalaganas Jan 17, 2024
3f37b53
update namespace
rpalaganas Jan 17, 2024
7f43d38
Update plotting.R
rpalaganas Jan 17, 2024
1b9d557
refactor to match new bioc
dimalvovs Jan 19, 2024
abe8c9d
Updated functions to reflect code review
rpalaganas Feb 16, 2024
b800999
Style updates
rpalaganas Feb 16, 2024
08394c7
Style updates
rpalaganas Feb 16, 2024
bc1d948
Style updates
rpalaganas Feb 16, 2024
2f96c60
Update examples
rpalaganas Feb 16, 2024
55167e0
Update plotting.R
rpalaganas Feb 16, 2024
8e731b2
Update projectR.html
rpalaganas Feb 20, 2024
5ed5034
Update plotting.R
rpalaganas Feb 21, 2024
9ac5225
update vignette
rpalaganas Feb 21, 2024
713c55b
Update projectR.Rmd
rpalaganas Feb 21, 2024
7f78f92
Update projectR.Rmd
rpalaganas Feb 21, 2024
1d44127
Update projectR.Rmd
rpalaganas Feb 21, 2024
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 .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
linters: all_linters()
exclusions: list("projectR/tests/testthat/test_projectR.R",
"projectR/tests/testthat.R")
encoding: "UTF-8"
13 changes: 11 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Title: Functions for the projection of weights from PCA, CoGAPS, NMF,
correlation, and clustering
Version: 1.19.01
Author: Gaurav Sharma, Charles Shin, Jared Slosberg, Loyal Goff, Genevieve Stein-O'Brien
Maintainer: Genevieve Stein-O'Brien <[email protected]>
Authors@R: c(
person("Gaurav", "Sharma", role = c("aut")),
person("Charles", "Shin", role = c("aut")),
person("Jared", "Slosberg", role = c("aut")),
person("Loyal", "Goff", role = c("aut")),
person("Ryan", "Palaganas", role = c("aut")),
person("Genevieve", "Stein-O'Brien", role = c("aut", "cre" ), email = "[email protected]")
)
Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering.
License: GPL (==2)
Imports:
Expand All @@ -17,11 +24,13 @@ Imports:
ggalluvial,
RColorBrewer,
dplyr,
fgsea,
reshape2,
viridis,
scales,
Matrix,
MatrixModels,
msigdbr,
ggplot2,
cowplot,
ggrepel,
Expand All @@ -41,7 +50,7 @@ Suggests:
SeuratObject
LazyData: TRUE
LazyDataCompression: gzip
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: FunctionalPrediction, GeneRegulation, BiologicalQuestion, Software
Expand Down
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export(getTSNE)
export(getUMAP)
export(intersectoR)
export(multivariateAnalysisR)
export(pdVolcano)
export(plotConfidenceIntervals)
export(plotVolcano)
export(projectR)
export(projectionDriveR)
export(rotatoR)
Expand All @@ -21,14 +23,17 @@ import(MatrixModels)
import(RColorBrewer)
import(cluster)
import(dplyr)
import(fgsea)
import(ggalluvial)
import(ggplot2)
import(limma)
import(msigdbr)
import(reshape2)
import(scales, except = viridis_pal)
import(tsne)
import(umap)
import(viridis)
importFrom(Matrix,as.matrix)
importFrom(NMF,fcnnls)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
Expand All @@ -37,6 +42,7 @@ importFrom(dplyr,"%>%")
importFrom(dplyr,dense_rank)
importFrom(dplyr,mutate)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(methods,callNextMethod)
importFrom(scales,squish)
Expand Down
10 changes: 10 additions & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@
#' @format A CogapsResult object
"CR.RNAseq6l3c3t"

#' CogapsResult object for microglial_counts
#'
#' cr_microglia contains the output of the CoGAPS function in the
#' CoGAPS package for data = microglial_counts
#'
#' @name cr_microglial
#' @docType data
#' @format A CogapsResult object
"cr_microglial"

#' CoGAPS patterns learned from the developing mouse retina.
#'
#' @references
Expand Down
Loading
Loading