-
Notifications
You must be signed in to change notification settings - Fork 8
3. Running Manually
Breon Schmidt edited this page Jul 28, 2021
·
4 revisions
Make sure your:
- Counts matrix is in the form of rows/samples x cols/genes.
Technically not mandatory, but for optimal results:
- hg19 aligned and counts generated with this annotation
ftp://ftp.ensembl.org/pub/grch37/current/gtf/homo_sapiens/Homo_sapiens.GRCh37.87.chr.gtf.gz
- Your fingers crossed.
Just follow the instructions https://github.com/Oshlack/ALLSorts/wiki.
Coming soon to a ALLSorts wiki near you...
For the most basic operation, simply follow this snippet:
allsorts -samples /path/to/counts.csv -destination /path/to/output/folder/ -parents -ball True
Where:
- /path/to/counts.csv is where your counts are located: genes (columns) x samples (rows).
- /path/to/output/folder/ is where you want your output to go.
For all of the parameters, please use allsorts --help
.
Once ALLSorts has run (hopefully without any issues!). Navigate to /path/to/output/folder/ to see your output.