Example

Contents

Example#

To quickly get started with ATACofthesnake, functionality to download and play around with example data is provided. This data is publicly available, and was generated by Yoshida et al. (immgen) [1] and Gaidatzis et al. (cele) [2]. The first dataset contains time series data in C. elegans, the second dataset contains data from the developing T-cell lineage in mice. To download the data, the following command can be used:

ATAC_example -h

By default both datasets will be downloaded. In case you are interested in only one, a positional argument can be used:

ATAC_example immgen

or

ATAC_example cele

An output directory can be specified by using -o or –outputdir. By default, the data will be downloaded a subdirectory ‘aos_example’ in the current working directory. Per project, the cram files will be downloaded, the gene models, fasta file and rar file. For both datasets, a motif file, samplesheet and comparison file are available as well. These can be used as examples for the different differential modes available. Finally, the original accessions for all samples included are available in a text file too, which can be used to retrieve the raw unaligned fastq files from the original repositories, if desired.

References#