Difference between revisions of "Cufflinks"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "|{{#vardefine:intel|}} <!-- E.g. "11.1" --> |{{#vardefine:mpi|}} <!-- E.g. "openmpi/1.3.4" -->" to "") |
Moskalenko (talk | contribs) |
||
Line 2: | Line 2: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]] | [[Category:Software]][[Category:Bioinformatics]][[Category:NGS]] | ||
− | + | {|<!--Main settings - REQUIRED--> | |
− | {| | ||
− | <!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|cufflinks}} | |{{#vardefine:app|cufflinks}} | ||
|{{#vardefine:url|http://cufflinks.cbcb.umd.edu/}} | |{{#vardefine:url|http://cufflinks.cbcb.umd.edu/}} | ||
− | |||
− | |||
− | |||
|{{#vardefine:exe|}} <!--Present manual instructions for running the software --> | |{{#vardefine:exe|}} <!--Present manual instructions for running the software --> | ||
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | ||
Line 18: | Line 13: | ||
|{{#vardefine:citation|}} <!--Enable Reference/Citation section --> | |{{#vardefine:citation|}} <!--Enable Reference/Citation section --> | ||
|} | |} | ||
− | |||
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
Line 26: | Line 20: | ||
Cufflinks is a part of the [[Tuxedo]] suite. | Cufflinks is a part of the [[Tuxedo]] suite. | ||
− | + | <!--Modules--> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <!-- --> | ||
==Required Modules== | ==Required Modules== | ||
[[Modules|modules documentation]] | [[Modules|modules documentation]] | ||
===Serial=== | ===Serial=== | ||
*{{#var:app}} | *{{#var:app}} | ||
+ | ==System Variables== | ||
+ | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
* HPC_CUFFLINKS_BIN - executable directory | * HPC_CUFFLINKS_BIN - executable directory | ||
* HPC_CUFFLINKS_DOC - readme directory | * HPC_CUFFLINKS_DOC - readme directory | ||
− | {{#if: {{#var: exe}}|== | + | <!--Additional--> |
+ | {{#if: {{#var: exe}}|==Additional Information== | ||
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}} | WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}} | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 18:08, 10 August 2012
Description
Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one, taking into account biases in library preparation protocols.
Cufflinks is a part of the Tuxedo suite.
Required Modules
Serial
- cufflinks
System Variables
- HPC_{{#uppercase:cufflinks}}_DIR - installation directory
- HPC_CUFFLINKS_BIN - executable directory
- HPC_CUFFLINKS_DOC - readme directory