File tree Expand file tree Collapse file tree 4 files changed +381
-286
lines changed
topics/single-cell/tutorials/scrna-scater-qc Expand file tree Collapse file tree 4 files changed +381
-286
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ items:
15
15
- name : ' DOI: 10.5281/zenodo.3386291'
16
16
description : latest
17
17
items :
18
- - url : https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b /annotation.txt
18
+ - url : https://zenodo.org/records/3386291/files /annotation.txt
19
19
src : url
20
20
ext : txt
21
21
info : https://doi.org/10.5281/zenodo.3386291
22
- - url : https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b /counts.txt
22
+ - url : https://zenodo.org/records/3386291/files /counts.txt
23
23
src : url
24
24
ext : txt
25
25
info : https://doi.org/10.5281/zenodo.3386291
26
- - url : https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b /mt_controls.txt
26
+ - url : https://zenodo.org/records/3386291/files /mt_controls.txt
27
27
src : url
28
28
ext : txt
29
29
info : https://doi.org/10.5281/zenodo.3386291
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ priority: 1
7
7
redirect_from :
8
8
- /topics/transcriptomics/tutorials/scrna-scater-qc/tutorial
9
9
zenodo_link : ' https://zenodo.org/record/3386291'
10
+ answer_histories :
11
+ - label : " UseGalaxy.eu"
12
+ history : https://singlecell.usegalaxy.eu/u/videmp/h/single-cell-qc-with-scater
13
+ date : 2024-12-12
10
14
tags :
11
15
questions :
12
16
- How to ensure the quality of single-cell RNA-seq data?
@@ -32,12 +36,13 @@ time_estimation: 1H
32
36
key_points :
33
37
- Single-cell RNA-seq data is often noisy
34
38
- scater can be used to apply the visualise-filter-visualise paradigm of quality control
35
- contributors :
36
- - ethering
37
- - nsoranzo
38
-
39
+ contributions :
40
+ authorship :
41
+ - ethering
42
+ - nsoranzo
43
+ testing :
44
+ - pavanvidem
39
45
gitter : Galaxy-Training-Network/galaxy-single-cell
40
-
41
46
---
42
47
43
48
Original file line number Diff line number Diff line change
1
+ - doc : Test outline for Single-cell-QC-with-scater
2
+ job :
3
+ annotation.txt :
4
+ class : File
5
+ location : https://zenodo.org/records/3386291/files/annotation.txt
6
+ filetype : tabular
7
+ counts.txt :
8
+ class : File
9
+ location : https://zenodo.org/records/3386291/files/counts.txt
10
+ filetype : tabular
11
+ mt_controls.txt :
12
+ class : File
13
+ location : https://zenodo.org/records/3386291/files/mt_controls.txt
14
+ filetype : txt
15
+ outputs :
16
+ lib_qc_plot :
17
+ asserts :
18
+ has_size :
19
+ value : 11291
20
+ delta : 500
21
+ output_loom :
22
+ asserts :
23
+ has_size :
24
+ value : 236352
25
+ delta : 10000
26
+ filtered_lib_qc_plot :
27
+ asserts :
28
+ has_size :
29
+ value : 10914
30
+ delta : 500
31
+ pca_plot :
32
+ asserts :
33
+ has_size :
34
+ value : 7106
35
+ delta : 350
You can’t perform that action at this time.
0 commit comments