-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e93a67
commit 8d43b40
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# tSNEplots | ||
An R script for automatically creating coloured tSNE plots. Follow the instructions within the R script to execute. | ||
|
||
There are two versions of this script. In the main script (tSNEplots.R), the colour scale for each sample is handled independently. In the new script (tSNEplots_global_scaling.R) the colour scale is 'global', so for any given marker the maximum and minimum will be the same between samples. | ||
|
||
This script accepts .csv files as input. A version to read straight from .fcs files will follow soon. |