An example repo for Gene 520
A README generally begins with a brief description of the software's purpose.
Often the first thing a user wants to know is 'How do I install this package?' Traditionally, this was an involved task. Nowadays, you should be able to install high-level code (i.e. code that is not close-to-the-hardware) via a package manager. For python the installation might look like:
pip install <my_package>For R you might use Bioconductor.
Next you may want to provide brief description of how your package is used. Greater Details can be provided in the Tutorial or API.
Severals tasks we might be assigned
- Report the
10most adaptive gene losses in NNK-induced malignant transformation - Plot a histogram of P-value abundances in the dataset
- Which pathways are most importnat for NNK-associated malignant transformation?
CRISPRko screen data is from this manuscript.