Class TenXCellRangerUtils
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.TenXCellRangerUtils
Utilities for detecting 10x Cell Ranger data in GEO series and sample metadata.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDetect if a description (i.e.static Stringdetect10xChemistry(String description) We essentially rely on the presence of specific production number of reagent kits in the extraction protocol section.static booleandetect10xFiltered(String description) Detect if a description (i.e.static booleandetect10xFromMexFile(Path mexFile) static booleandetect10xUnfiltered(String description) Detect if a description (i.e.
-
Constructor Details
-
TenXCellRangerUtils
public TenXCellRangerUtils()
-
-
Method Details
-
detect10x
Detect if a description (i.e. a GEO data processing section) indicates that the data originates from a 10x Cell Ranger platform. -
detect10xFiltered
Detect if a description (i.e. a GEO data processing section) indicates that the data is filtered. -
detect10xUnfiltered
Detect if a description (i.e. a GEO data processing section) indicates that the data is unfiltered. -
detect10xFromMexFile
-
detect10xChemistry
We essentially rely on the presence of specific production number of reagent kits in the extraction protocol section.TODO: this will need more work and tests
-