Skip to content
Permalink
cf86ccbd39
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (6 sloc) 552 Bytes

The default output of HumanMethylation450 BeadChip compatible scanner systems consists of

  • a SampleSheet.csv file and
  • file directories named after the Chips Sentrix-ID containing two *.idat files per sample.

To use the files generated by the scanner system with ADMIRE, all file directories have to be compressed (e.g. by running tar -zcvf compressFileName.tar.gz folderToCompress).

ADMIRE can then be called with admire -c SampleSheet.csv -z compressFileName.tar.gz

Hint: ADMIRE can also read files ending on *.tar.gz, *.tgz or *.tbz2.