Skip to content

Commit 5aea486

Browse files
committed
Added a README and the Encoding field.
1 parent e33763c commit 5aea486

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ LinkingTo:
6565
scuttle
6666
SystemRequirements: C++11, GNU make
6767
RoxygenNote: 7.3.2
68+
Encoding: UTF-8

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Utilities for handling single-cell droplet datasets
2+
3+
|Environment|Status|
4+
|---|---|
5+
|[BioC-release](https://bioconductor.org/packages/release/bioc/html/DropletUtils.html)|[![Release OK](https://bioconductor.org/shields/build/release/bioc/DropletUtils.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/DropletUtils/)|
6+
|[BioC-devel](https://bioconductor.org/packages/devel/bioc/html/DropletUtils.html)|[![Devel OK](https://bioconductor.org/shields/build/devel/bioc/DropletUtils.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/DropletUtils/)|
7+
8+
The **DropletUtils** package provides a number of utility functions for handling single-cell (RNA-seq) data from droplet technologies such as 10X Genomics.
9+
This includes data loading from count matrices or molecule information files, identification of cells from empty droplets, removal of barcode-swapped pseudo-cells, and downsampling of the count matrix.
10+
Check out the [Bioconductor landing page](https://bioconductor.org/packages/DropletUtils) for more details.

0 commit comments

Comments
 (0)