Mercurial > repos > ebi-gxa > scanpy_find_variable_genes
annotate scanpy-find-variable-genes.xml @ 2:e26b80f2a3e4 draft default tip
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 3fc448754d6720855f781caa7938e33d3961b092"
| author | ebi-gxa |
|---|---|
| date | Thu, 16 Apr 2020 09:09:39 +0000 |
| parents | 70840a50d3d2 |
| children |
| rev | line source |
|---|---|
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
2 <tool id="scanpy_find_variable_genes" name="Scanpy FindVariableGenes" version="@TOOL_VERSION@+galaxy10" profile="@PROFILE@"> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
3 <description>based on normalised dispersion of expression</description> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
4 <macros> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
5 <import>scanpy_macros2.xml</import> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
6 </macros> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
9 ln -s '${input_obj_file}' input.h5 && |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
10 PYTHONIOENCODING=utf-8 scanpy-find-variable-genes |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
11 --flavor '${method.flavor}' |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
12 #if $method.flavor == 'seurat' |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
13 --mean-limits ${method.min_mean} ${method.max_mean} |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
14 --disp-limits ${method.min_disp} ${method.max_disp} |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
15 #else |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
16 --n-top-genes ${method.n_top_gene} |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
17 #end if |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
18 --n-bins '${n_bin}' |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
19 ${filter} |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
20 @INPUT_OPTS@ |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
21 @OUTPUT_OPTS@ |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
22 ]]></command> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
23 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
24 <inputs> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
25 <expand macro="input_object_params"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
26 <expand macro="output_object_params"/> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
27 <conditional name="method"> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
28 <param name="flavor" argument="--flavor" type="select" label="Flavor of computing normalised dispersion"> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
29 <option value="seurat" selected="true">Seurat</option> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
30 <option value="cell_ranger">Cell-ranger</option> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
31 </param> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
32 <when value="seurat"> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
33 <param name="min_mean" argument="--min-mean" type="float" min="0" value="0.0125" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
34 label="Min value for normalised mean expression (in log1p scale)"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
35 <param name="max_mean" argument="--max-mean" type="float" min="0" value="3" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
36 label="Max value for normalised mean expresssion (in log1p scale)"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
37 <param name="min_disp" argument="--min-disp" type="float" min="0" value="0.5" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
38 label="Min value for dispersion of expression"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
39 <param name="max_disp" argument="--max-disp" type="float" min="0" value="50" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
40 label="Max value for dispersion of expresssion"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
41 </when> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
42 <when value="cell_ranger"> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
43 <param name="n_top_gene" argument="--n-top-genes" type="integer" value="2000" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
44 label="Number of top variable genes to keep"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
45 </when> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
46 </conditional> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
47 <param name="n_bin" argument="--n-bins" type="integer" value="20" label="Number of bins for binning the mean expression"/> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
48 <param name="filter" argument="--subset" type="boolean" truevalue="--subset" falsevalue="" checked="false" |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
49 label="Remove genes not marked as highly variable"/> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
50 </inputs> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
51 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
52 <outputs> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
53 <expand macro="output_data_obj" description="Variable genes"/> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
54 </outputs> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
55 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
56 <tests> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
57 <test> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
58 <param name="input_obj_file" value="normalise_data.h5"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
59 <param name="input_format" value="anndata"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
60 <param name="output_format" value="anndata"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
61 <param name="flavor" value="seurat"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
62 <param name="n_bin" value="20"/> |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
63 <param name="min_mean" value="0.0125"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
64 <param name="max_mean" value="3"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
65 <param name="min_disp" value="0.5"/> |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
66 <param name="max_disp" value="1e9"/> |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
67 <output name="output_h5" file="find_variable_genes.h5" ftype="h5" compare="sim_size"/> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
68 </test> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
69 </tests> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
70 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
71 <help><![CDATA[ |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
72 ============================================================== |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
73 Mark highly variable genes (`scanpy.pp.highly_variable_genes`) |
|
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
74 ============================================================== |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
75 |
|
1
70840a50d3d2
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
ebi-gxa
parents:
0
diff
changeset
|
76 Depending on `flavor`, this reproduces the R-implementations of Seurat or Cell Ranger. |
|
0
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
77 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
78 The normalized dispersion is obtained by scaling with the mean and standard |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
79 deviation of the dispersions for genes falling into a given bin for mean |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
80 expression of genes. This means that for each bin of mean expression, highly |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
81 variable genes are selected. |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
82 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
83 @HELP@ |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
84 |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
85 @VERSION_HISTORY@ |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
86 ]]></help> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
87 <expand macro="citations"> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
88 <citation type="doi">10.1038/nbt.3192</citation> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
89 <citation type="doi">10.1038/ncomms14049</citation> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
90 </expand> |
|
4765cea381e3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy-scripts commit dca9be719ceb86abad7589c240b1bb7656826c48-dirty
ebi-gxa
parents:
diff
changeset
|
91 </tool> |
