Mercurial > repos > iuc > scater_plot_dist_scatter
annotate README.md @ 1:2e41b35b5bdd draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
| author | iuc | 
|---|---|
| date | Tue, 03 Sep 2019 14:25:32 -0400 | 
| parents | 4887c4c69847 | 
| children | 81e5bdff4853 | 
| rev | line source | 
|---|---|
| 0 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 1 # Wrappers for Scater | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 2 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 3 This code wraps a number of [scater](https://bioconductor.org/packages/release/bioc/html/scater.html) functions as Galaxy wrappers. Briefly, the `scater-create-qcmetric-ready-sce` tool takes a sample gene expression matrix (usually read-counts) and a cell annotation file, creates a [SingleCellExperiment](https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html) object and runs scater's `calculateQCMetrics` function (using other supplied files such as ERCC's and mitochondrial gene features). | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 4 Various filter scripts are provided, along with some plotting functions for QC. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 5 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 6 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 7 ## Typical workflow | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 8 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 9 1. Read in data with `scater-create-qcmetric-ready-sce`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 10 2. Visualise it.\ | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 11 Take a look at the distribution of library sizes, expressed features and mitochondrial genes with `scater-plot-dist-scatter`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 12 Then look at the distibution of genes across cells with `scater-plot-exprs-freq`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 13 3. Guided by the plots, filter the data with `scater-filter`.\ | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 14 You can either manually filter with user-defined parameters or use PCA to automatically removes outliers. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 15 4. Visualise data again to see how the filtering performed using `scater-plot-dist-scatter`.\ | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 16 Decide if you're happy with the data. If not, try increasing or decreasing the filtering parameters. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 17 5. Normalise data with `scater-normalize`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 18 6. Investigate other confounding factors.\ | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 19 Plot the data (using PCA) and display various annotated properties of the cells using `scater-plot-pca`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 20 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 21 ## Command-line usage | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 22 | 
| 1 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 23 The scripts require the installation of scater and few other R/BioConductor packages. An easy way to install them is to create a [conda](https://conda.io/) environment using the `environment.yml` file distributed together with these wrappers: | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 24 | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 25 ``` | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 26 conda env create -f environment.yml | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 27 conda activate scater | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 28 ``` | 
| 
2e41b35b5bdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
 iuc parents: 
0diff
changeset | 29 | 
| 0 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 30 For help with any of the following scripts, run: | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 31 `<script-name> --help` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 32 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 33 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 34 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 35 `scater-create-qcmetric-ready-sce.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 36 Takes an expression matrix (usually read-counts) of samples (columns) and gene/transcript features (rows), along with other annotation information, such as cell metadata, control genes (mitochondrail genes, ERCC's), creates a [SingleCellExperiment](https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html) object and runs scater's `calculateQCMetrics`. Save the resulting SingleCellExperiment object in Loom format. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 37 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 38 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 39 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 40 ./scater-create-qcmetric-ready-sce.R -a test-data/counts.txt -c test-data/annotation.txt -f test-data/mt_controls.txt -o test-data/scater_qcready.loom | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 41 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 42 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 43 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 44 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 45 `scater-plot-dist-scatter.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 46 Takes SingleCellExperiment object (from Loom file) and plots a panel of read and feature graphs, including the distribution of library sizes, distribution of feature counts, a scatterplot of reads vs features, and % of mitochondrial genes in library. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 47 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 48 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 49 ./scater-plot-dist-scatter.R -i test-data/scater_qcready.loom -o test-data/scater_reads_genes_dist.pdf | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 50 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 51 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 52 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 53 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 54 `scater-plot-exprs-freq.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 55 Plots mean expression vs % of expressing cells and provides information as to the number of genes expressed in 50% and 25% of cells. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 56 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 57 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 58 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 59 `scater-pca-filter.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 60 Takes SingleCellExperiment object (from Loom file) and automatically removes outliers from data using PCA. Save the filtered SingleCellExperiment object in Loom format. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 61 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 62 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 63 ./scater-pca-filter.R -i test-data/scater_qcready.loom -o test-data/scater_pca_filtered.loom | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 64 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 65 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 66 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 67 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 68 `scater-manual-filter.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 69 Takes SingleCellExperiment object (from Loom file) and filters data using user-provided parameters. Save the filtered SingleCellExperiment object in Loom format. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 70 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 71 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 72 ./scater-manual-filter.R -i test-data/scater_qcready.loom -l 10000 -d 4 -m 33 -o test-data/scater_manual_filtered.loom | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 73 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 74 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 75 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 76 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 77 `scater-normalize.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 78 Compute log-normalized expression values from count data in a SingleCellExperiment object, using the size factors stored in the object. Save the normalised SingleCellExperiment object in Loom format. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 79 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 80 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 81 ./scater-normalize.R -i test-data/scater_manual_filtered.loom -o test-data/scater_man_filtered_normalised.loom | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 82 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 83 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 84 --- | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 85 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 86 `scater-plot-pca.R` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 87 PCA plot of a normalised SingleCellExperiment object (produced with `scater-normalize.R`). The options `-c`, `-p`, and `-s` all refer to cell annotation features. These are the column headers of the `-c` option used in `scater-create-qcmetric-ready-sce.R`. | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 88 | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 89 ``` | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 90 ./scater-plot-pca.R -i test-data/scater_man_filtered_normalised.loom -c Treatment -p Mutation_Status -o test-data/scater_pca_plot.pdf | 
| 
4887c4c69847
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
 iuc parents: diff
changeset | 91 ``` | 
