mirror of
https://github.com/haniffalab/scRNA-seq_analysis.git
synced 2024-10-23 08:29:24 -07:00
Added pipeline 91b
This commit is contained in:
parent
9c72e400ba
commit
eaebd3f0b0
6 changed files with 878 additions and 0 deletions
|
|
@ -589,6 +589,12 @@ This repository contains tools for making web portals and interactive tools used
|
|||
* line 5: a short line describing the data which will be included in the interactive page
|
||||
* IMPORTANT NOTICE: if the vector partitioning the data (i.e. meta data column) is using integer indices (e.g. Louvain clustering which assigns integer identifies to clusters) it is highly recommended to pre-append the tag "Cluster\_" to all indices (e.g. "1" and "103" becomes "Cluster\_1" and "Cluster\_103" respectively). Failure to do so will not raise any errors, but the resulting interactive heatmap/dot plot will have glitches.
|
||||
|
||||
* A version of this script (91b) creates a html file from an csv file containing expression levels (columns: genes, rows: cell types; first datacell is empty). For this, the option file format is:
|
||||
* line 1: expressions csv data filepath
|
||||
* line 2: name of output folder
|
||||
* line 3: name of interactive html page
|
||||
* line 4: a short line describing the data
|
||||
|
||||
### pseudotime_webportal.sh
|
||||
* see an example [here](https://developmentcellatlas.ncl.ac.uk/datasets/pseudotime_liver_blin/)
|
||||
* this creates a web portal useful for exploring the results of a trajectory analysis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue