Description Usage Arguments Details Value Author(s) Examples
Full DamID-Seq pipeline; includes adapter removal, mapping and enrichment finding.
| 1 2 3 4 5 | 
| raw.file.name | A tab-separated file with 2 or 3 columns. See raw-file.txt as example! 
 | 
| input.format |  if  | 
| multi.core |  if  | 
| exp.name | a generic name for your experiment | 
| bin.len | the bin length for the analysis | 
| errors | errors in adapter sequence allowed during adapter removal | 
| adapt.seq | the adapter sequence to be removed before mapping | 
| qc |  if  | 
| species |  an object of class  | 
| chr.names |  a string vector of chromosome names convention of  | 
| restr.seq | the sequence of the restriction site | 
| normali |  if  | 
| log10t |  if  | 
| m.hits | Number of mapping positions allowed per read for bowtie mapping (1 = only unique mappable reads are mapped) | 
| ... | not used. | 
The tab-separated values in raw.file.name must be provided as shown in the example below to analyze a sample using controls. Column names can be chosen freely.
| FilePath/Name | sampleName | groupIndex | 
| rawfile/sample.fastq.gz | test.sample | "s" | 
| rawfile/contro.fastq.gz | test.control | "c" | 
The group index can be omited if no sample-control comparison is wished. (Log2 fold change between sample and control will not be plotted)
| FilePath/Name | sampleName | 
| rawfile/sample.fastq.gz | test.sample | 
| rawfile/contro.fastq.gz | test.contrl | 
several files are saved during the pipeline in several folders.
| folder name | saved files | 
| cutadapter | cut reads (.fastq/a) | 
| cutadapter | cut read length (.txt) | 
| cutadapter | cut read information (.txt) | 
| bowtie | mapped reads (.bam) | 
| bowtie | bam information (.bam.bai) | 
| bowtie | bam information (.txt) | 
| granges | reads per input (sample) file (.Rdata) | 
| granges | reads per GATC site (.Rdata) | 
| granges | reads per GATC site plus strand (.Rdata) | 
| granges | reads per GATC site minus strand (.Rdata) | 
| granges | reads per GATC fragment (.Rdata) | 
| granges | GATC sites in genome | 
| qc-reports | fastqc report if qc = T(.txt) | 
| qc-reports | correlation between samples: GATC and bin (.txt) | 
| qc-reports | number of reads lost in each step (.txt) | 
| results | correlation and read distribution: GATC and bin (.pdf) | 
| results | read plots: GATC and bin (.pdf) | 
| results | log2 fold change sample / control (.pdf) | 
A list with 5 GRanges-class objects.
| 1 | $GATC | sequencing reads per GATC site | 
| 2 | $GATC.plus | sequencing reads per GATC site on the plus strand | 
| 3 | $GATC.minus | sequencing reads per GATC site on the minus strand | 
| 4 | $GATC.frag | sequencing reads per GATC fragment | 
| 5 | $bins | sequencing reads per chosen bin | 
Dominic Ritler
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.