Mercurial > repos > iuc > scater_plot_exprs_freq
comparison README.md @ 1:058b40656107 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
author | iuc |
---|---|
date | Tue, 03 Sep 2019 14:26:50 -0400 |
parents | a8290d207005 |
children |
comparison
equal
deleted
inserted
replaced
0:a8290d207005 | 1:058b40656107 |
---|---|
17 5. Normalise data with `scater-normalize`. | 17 5. Normalise data with `scater-normalize`. |
18 6. Investigate other confounding factors.\ | 18 6. Investigate other confounding factors.\ |
19 Plot the data (using PCA) and display various annotated properties of the cells using `scater-plot-pca`. | 19 Plot the data (using PCA) and display various annotated properties of the cells using `scater-plot-pca`. |
20 | 20 |
21 ## Command-line usage | 21 ## Command-line usage |
22 | |
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: | |
24 | |
25 ``` | |
26 conda env create -f environment.yml | |
27 conda activate scater | |
28 ``` | |
22 | 29 |
23 For help with any of the following scripts, run: | 30 For help with any of the following scripts, run: |
24 `<script-name> --help` | 31 `<script-name> --help` |
25 | 32 |
26 --- | 33 --- |