-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean all files for for Bioconductor submission
- Loading branch information
Timothy Keyes
committed
Mar 12, 2024
1 parent
90d90ec
commit 4610365
Showing
116 changed files
with
14,547 additions
and
14,798 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: tidytof | ||
Title: Analyze High-dimensional Cytometry Data Using Tidy Data Principles | ||
Version: 0.0.0 | ||
Version: 0.99.0 | ||
Authors@R: | ||
c(person(given = "Timothy", | ||
family = "Keyes", | ||
|
@@ -16,16 +16,16 @@ Authors@R: | |
family = "Nolan", | ||
role = c("rth", "own"), | ||
email = "[email protected]")) | ||
Description: An interactive scientific data analysis pipeline for high-dimensional | ||
cytometry data built using tidy data principles. It is | ||
specifically designed to play well with the tidyverse suite of data | ||
cleaning and analysis tools, with functionality for reading/writing data | ||
files, data cleaning, preprocessing, clustering, | ||
visualization, modeling, and other quality-of-life functions. Implements a | ||
"grammar" of single-cell data analysis. | ||
Description: This package implements an interactive, scientific analysis | ||
pipeline for high-dimensional cytometry data built using tidy data principles. | ||
It is specifically designed to play well with both the tidyverse and | ||
Bioconductor software ecosystems, with functionality for reading/writing | ||
data files, data cleaning, preprocessing, clustering, | ||
visualization, modeling, and other quality-of-life functions. tidytof | ||
implements a "grammar" of high-dimensional cytometry data analysis. | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 4.1) | ||
R (>= 4.3) | ||
Imports: | ||
doParallel, | ||
dplyr, | ||
|
@@ -40,7 +40,6 @@ Imports: | |
readr, | ||
recipes, | ||
rlang, | ||
rsample, | ||
stringr, | ||
survival, | ||
tidygraph, | ||
|
@@ -80,15 +79,16 @@ Suggests: | |
SingleCellExperiment, | ||
Seurat, | ||
SeuratObject, | ||
embed | ||
embed, | ||
rsample | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: false | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
LinkingTo: | ||
Rcpp | ||
URL: https://keyes-timothy.github.io/tidytof, | ||
https://keyes-timothy.github.io/tidytof/ | ||
VignetteBuilder: knitr | ||
Language: en-US | ||
biocViews: SingleCellWorkflow | ||
biocViews: SingleCell, FlowCytometry |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# tidytof 0.99.0 | ||
|
||
NEW FEATURES | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
|
||
SIGNIFICANT USER-VISIBLE CHANGES | ||
|
||
* Submitted to Bioconductor | ||
|
||
BUG FIXES | ||
|
||
* None |
Oops, something went wrong.