-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a README and the Encoding field.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 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 |
---|---|---|
|
@@ -65,3 +65,4 @@ LinkingTo: | |
scuttle | ||
SystemRequirements: C++11, GNU make | ||
RoxygenNote: 7.3.2 | ||
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Utilities for handling single-cell droplet datasets | ||
|
||
|Environment|Status| | ||
|---|---| | ||
|[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/)| | ||
|[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/)| | ||
|
||
The **DropletUtils** package provides a number of utility functions for handling single-cell (RNA-seq) data from droplet technologies such as 10X Genomics. | ||
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. | ||
Check out the [Bioconductor landing page](https://bioconductor.org/packages/DropletUtils) for more details. |