-
Notifications
You must be signed in to change notification settings - Fork 6
/
pipeline-manifest.json
88 lines (88 loc) · 2.94 KB
/
pipeline-manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
{
"pattern": "secondary_analysis\\.h5ad",
"description": "Normalized gene expression with additional metadata, in HDF5 format, readable with the 'anndata' Python package",
"edam_ontology_term": "EDAM_1.24.format_3590",
"is_data_product": true
},
{
"pattern": "scvelo_annotated\\.h5ad",
"description": "RNA velocity results, in HDF5 format, readable with the 'anndata' Python package",
"edam_ontology_term": "EDAM_1.24.format_3590",
"is_data_product": true
},
{
"pattern": "expr\\.h5ad",
"description": "Raw gene expression, in HDF5 format, readable with the 'anndata' Python package, intronic counts as AnnData layer",
"edam_ontology_term": "EDAM_1.24.format_3590",
"is_data_product": true
},
{
"pattern": "raw_expr\\.h5ad",
"description": "Raw gene expression, in HDF5 format, readable with the 'anndata' Python package, intronic counts as separate columns",
"edam_ontology_term": "EDAM_1.24.format_3590"
},
{
"pattern": "genome_build\\.json",
"description": "Genome build information in JSON format",
"edam_ontology_term": "EDAM_1.24.format_3464"
},
{
"pattern": "qc_results\\.hdf5",
"description": "Quality control results from Scanpy, per-cell and per-gene, in HDF5 format",
"edam_ontology_term": "EDAM_1.24.format_3590",
"is_qa_qc": true
},
{
"pattern": "qc_results\\.json",
"description": "Quality control report in JSON format",
"edam_ontology_term": "EDAM_1.24.format_3464",
"is_qa_qc": true
},
{
"pattern": "dispersion_plot\\.pdf",
"description": "Disperson plot of gene expression",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "umap_by_leiden_cluster\\.pdf",
"description": "UMAP plot of cells, colored by Leiden cluster ID",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "umap_embedding_density\\.pdf",
"description": "UMAP plot of cells, colored by embedding density",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "umap_embedding_density\\.pdf",
"description": "UMAP plot of cells, colored by embedding density",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "spatial_pos_by_leiden_cluster\\.pdf",
"description": "Spatial plot of cells, colored by Leiden cluster ID",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "scvelo_embedding_grid\\.pdf",
"description": "scVelo RNA velocity grid plot",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "fastqc_output/.*\\.html",
"description": "FastQC report of input FASTQ file",
"edam_ontology_term": "EDAM_1.24.format_2331",
"is_qa_qc": true
},
{
"pattern": "marker_genes_by_cluster_logreg\\.pdf",
"description": "Plot of marker genes by cluster calculated using logistic regression",
"edam_ontology_term": "EDAM_1.24.format_3508"
},
{
"pattern": "marker_genes_by_cluster_t_test\\.pdf",
"description": "Plot of marker genes by cluster calculated using t test",
"edam_ontology_term": "EDAM_1.24.format_3508"
}
]