Skip to content

Commit

Permalink
clean all files for for Bioconductor submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Keyes committed Mar 12, 2024
1 parent 90d90ec commit 4610365
Show file tree
Hide file tree
Showing 116 changed files with 14,547 additions and 14,798 deletions.
26 changes: 13 additions & 13 deletions DESCRIPTION
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",
Expand All @@ -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,
Expand All @@ -40,7 +40,6 @@ Imports:
readr,
recipes,
rlang,
rsample,
stringr,
survival,
tidygraph,
Expand Down Expand Up @@ -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
12 changes: 0 additions & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,9 @@ importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(recipes,all_numeric)
importFrom(recipes,all_numeric_predictors)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,juice)
importFrom(recipes,prep)
importFrom(recipes,prepper)
importFrom(recipes,recipe)
importFrom(recipes,step_dummy)
importFrom(recipes,step_impute_knn)
importFrom(recipes,step_nzv)
importFrom(recipes,step_pca)
importFrom(rlang,`.data`)
importFrom(rlang,`:=`)
Expand All @@ -244,11 +237,6 @@ importFrom(rlang,ensym)
importFrom(rlang,is_installed)
importFrom(rlang,quo)
importFrom(rlang,sym)
importFrom(rsample,bootstraps)
importFrom(rsample,initial_split)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(rsample,vfold_cv)
importFrom(stats,C)
importFrom(stats,as.formula)
importFrom(stats,cor)
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
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
Loading

0 comments on commit 4610365

Please sign in to comment.