transform cutsom matrix into 10X h5 matrix
1 2 3 4 5 6 7 | .transform10XH5(
crgPython = "python",
targetMatrix = "outs/filtered_feature_bc_matrix",
CRH5 = "filtered_feature_bc_matrix.h5",
outH5 = "filtered_feature_bc_matrix_gold.h5",
path2CRG = "cellranger"
)
|
crgPython |
path of cellranger python,eg(cellranger-3.1.0/miniconda-cr-cs/4.3.21-miniconda-cr-cs-c10/bin/python) |
targetMatrix |
target matrix want to transform eg(outs/filtered_feature_bc_matrix) |
outH5 |
h5 file to store output |
path2CRG |
path of cellranger |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.