-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from genesofeve/projectionDriveR
Projection drive r
- Loading branch information
Showing
17 changed files
with
1,266 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -17,11 +24,13 @@ Imports: | |
ggalluvial, | ||
RColorBrewer, | ||
dplyr, | ||
fgsea, | ||
reshape2, | ||
viridis, | ||
scales, | ||
Matrix, | ||
MatrixModels, | ||
msigdbr, | ||
ggplot2, | ||
cowplot, | ||
ggrepel, | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.