Skip to content
Permalink
master
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
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://deep.mpi-inf.mpg.de/DAC/files/style/deep_process_style.css"?>
<process>
<name>RNB</name>
<version>0</version>
<author>
<name>Fabian Mueller</name>
<email>fmueller@mpi-inf.mpg.de</email>
</author>
<description>
This process desribes an integrative analysis of bisulfite methylation data. The input comprises methylation calls in bed format, a comma-separated sample annotation file and options setting in XML format. The result is a folder structure of multiple HTML reports describing data loading, quality control, site and sample filtering, identification of batch effects, methylation profiling on the basis of indiviual CpGs as well as genomic regions, differential methylation analysis and data export.
These reports can be viewed locally or displayed via the internet.
</description>
<inputs>
<filetype>
<identifier>MCSv0.bed</identifier>
<format></format>
<quantity>collection</quantity>
<comment>methylation calls in bed format</comment>
</filetype>
<filetype>
<identifier>sampleAnnotation.csv</identifier>
<format></format>
<quantity>single</quantity>
<comment>Sample annotation table</comment>
</filetype>
<filetype>
<identifier>analysisOptions.xml</identifier>
<format></format>
<quantity>single</quantity>
<comment>Options settings for RnBeads. These options are also listed in the corresponding analysis metadata. </comment>
</filetype>
</inputs>
<references>
<filetype>
<identifier>methylationCall.bed</identifier>
<format></format>
<quantity>collection</quantity>
<comment>Methylation calls from other samples, not obtained by DEEP in bed format.</comment>
</filetype>
</references>
<outputs>
<filetype>
<identifier>RnBv0.tar.gz</identifier>
<format></format>
<quantity>single</quantity>
<comment>RnBeads report directory containing HTML reports and associated plots, tables and files.</comment>
</filetype>
</outputs>
<software>
<tool>
<name>RnBeads</name>
<version>0.99.11</version>
<command_line><![CDATA[ R --vanilla --sampleAnnotation=sampleAnnotation.csv --analysisOptions=analysisOptions.xml < runRnBeads.R ]]> </command_line>
<loop></loop>
<comment>Integrated analysis of multiple samples using RnBeads. Pipeline options are transferred to RnBeads via an XML file, but should also be specified in the anlysis metadata.</comment>
</tool>
</software>
</process>