https://github.com/waldronlab/cheatsheets
WaldronLab Cheat Sheets
https://github.com/waldronlab/cheatsheets
Last synced: 3 months ago
JSON representation
WaldronLab Cheat Sheets
- Host: GitHub
- URL: https://github.com/waldronlab/cheatsheets
- Owner: waldronlab
- License: mit
- Created: 2019-02-11T22:24:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T20:07:03.000Z (7 months ago)
- Last Synced: 2025-11-18T22:05:39.663Z (7 months ago)
- Size: 2.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Waldron Lab Cheat Sheets
Our cheat sheets provide a summary of some of the packages that
we've been working on.
## Links To Original Documents
[MultiAssayExperiment](https://docs.google.com/spreadsheets/d/1lfHq8EfO-Lxqtyj0ocV7gQET43t1366qZnDhombR91Y/edit?usp=sharing)
[TCGAutils](https://docs.google.com/spreadsheets/d/15UIHYvL1LbIayDJsqKyZgvUR7wFwpjVIYl0IxWluVO0/edit?usp=sharing)
## Convert PDF to PNG
For conversion from PDF to PNG, use the following commands:
```
convert -density 600 MultiAssayExperiment_QuickRef.pdf -quality 100 ./pngs/MultiAssayExperiment_QuickRef.png
```
```
convert -density 600 TCGAutils_QuickRef.pdf -quality 100 ./pngs/TCGAutils_QuickRef.png
```
Make sure you have `ImageMagick` installed to use the `convert` command.