...
| Code Block | ||
|---|---|---|
| ||
/work2/projects/BioITeam/projects/courses/rnaseq_course/day_5_single_cell_data
Script: seuratTotalScript5k.mod.R
Data (after preprocessing by cellRanger): filtered_feature_bc_matrix
Results generated: results
#You can copy over the data to your directory:
cds
cd my_rnaseq_course
cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_5_single_cell_data . |
Unfortunately, the packages required to run Seurat on TACC are either out-of-date or not installed. So, we are not going to run this script today.
...