Skip to content

Commit

Permalink
Merge pull request #59 from vyepez88/documentation
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
vyepez88 committed Jun 2, 2020
2 parents 8f0e24a + 452ff94 commit f1dce9d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/source/prepare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ tools dictionary A key-value list of different commands (key) an
``samtoolsCmd: samtools``
=================== ========== ======================================================================================================================================= ======

exportCounts dictionary
++++++++++++++++++++++++++++++

=============== ==== ========================================================================================================================== ======
Parameter Type Description Default/Examples
=============== ==== ========================================================================================================================== ======
geneAnnotations list key(s) from the ``geneAnnotation`` parameter, whose counts should be exported ``- v34``
excludeGroups list aberrant expression and aberrant splicing groups whose counts should not be exported. If ``null`` all groups are exported. ``- group1``
=============== ==== ========================================================================================================================== ======


Aberrant expression dictionary
++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -116,7 +126,10 @@ qcGroups list Same as “groups”, but for the VCF-BAM matc
Creating the Sample Annotation Table
------------------------------------

For details on how to generate the sample annotation, please refer to the DROP manuscript. Here we provide some examples.
For details on how to generate the sample annotation, please refer to the DROP manuscript.
Here we provide some examples on how to deal with certain situations. For simplicity, we
do not include the other compulsory columns ``PAIRED_END``, ``COUNT_MODE``,
``COUNT_OVERLAPS`` and ``STRAND``.

Example of RNA replicates
++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit f1dce9d

Please sign in to comment.