Skip to content

Commit

Permalink
build site v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneVass committed Dec 18, 2023
1 parent 6c23716 commit 40f2f52
Show file tree
Hide file tree
Showing 228 changed files with 3,208 additions and 1,947 deletions.
21 changes: 15 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Package: bartools
Type: Package
Title: A toolkit for the analysis and visualisation of synthetic DNA barcodes in high thorughput sequencing datasets
Version: 0.2.5
Authors@R: person("Dane", "Vassiliadis", email = "[email protected]",
role = c("aut", "cre"))
Title: Analysis and visualisation of synthetic DNA barcodes in high throughput sequencing datasets
Version: 1.0.0
Authors@R: c(person("Dane", "Vassiliadis", email = "[email protected]",
role = c("aut", "cre")),
person("Henrietta", "Holze", email = "[email protected]",
role = "aut"))
Maintainer: Dane Vassiliadis <[email protected]>
Description: Analysis and visualisation of synthetic DNA barcodes in high thorughput sequencing datasets.
Description: Analysis and visualisation of synthetic DNA barcodes in high throughput sequencing datasets.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -24,10 +26,17 @@ Imports:
scales,
ggpubr,
dplyr,
tidyr,
tibble,
tidyselect,
magrittr,
forcats,
reshape2,
limma,
methods
methods,
viridis,
rlang,
RColorBrewer
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ export(aggregateBarcodes)
export(calcDivIndexes)
export(calcPercentileBarcodes)
export(calcReplicateCorr)
export(cluster_cormat)
export(collapseReplicates)
export(compareAbundance)
export(filterBarcodes)
export(getDominantBarcodes)
export(get_upper_tri)
export(normaliseCounts)
export(plotAbundanceLines)
export(plotBARtabFilterQC)
Expand All @@ -31,8 +29,6 @@ export(plotCellsPerGroup)
export(plotClusterEnrichment)
export(plotDetectedBarcodes)
export(plotDivIndexes)
export(plotLibraryCumSum)
export(plotLibraryDiversity)
export(plotMetrics)
export(plotOrderedBubble)
export(plotReadCounts)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# bartools 1.0.0

- Updated function parameter inputs across whole package
- Updated quickstart vignette, added single-cell vignette
- Added functions aggregateBarcodes, filterBarcodes, plotUmiFilterThresholds, plotUmiPerBarcode, readBartabCounts, plotBarcodesPerCell for single-cell data and plotSampleCumSum for bulk data
- removed deprecated plotLibraryCumSum, plotLibraryDiversity, proportionalBubbleplot

# bartools 0.2.5

- Added single cell QC plotting functions plotCellsPerGroup, plotMetrics, plotClusterEnrichment, plotCellsinClusters
Expand Down
10 changes: 6 additions & 4 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40f2f52

Please sign in to comment.