Child pages
  • Annotate Peaks with peak2gene Element
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Gets refGenes near the ChIP regions identified by a peak-caller.

Parameters in GUI

ParameterDescriptionDefault value
Genome file Select a genome file (sqlite3 file) to search refGenes. (--genome).hg19
Output fileSelect which type of genes need to output. up for genes upstream to peak summit, down for genes downstream to peak summit, all for both up and down. (--op).all
Official gene symbolsOutput official gene symbol instead of refseq name. (--symbol).False
DistanceSet a number which unit is base. It will get the refGenes in n bases from peak center. (--distance).3000

Parameters in Schema File

Type: peak2gene-id

ParameterParameter in the GUIType
genomeGenome file

string

outposOutput filestring
symbolOfficial gene symbolsboolean
distanceDistancenumeric

Input/Output Ports

The element has 1 input port:

Name in GUI: Peak2gene data

Name in Schema File: in-data

Slots:

Slot In GUISlot in Schema FileType
Treatment features_treat-annann-table-list

And 1 output port:

Name in GUI: Peak2gene output data

Name in Schema File: out-data

Slots:

Slot In GUISlot in Schema FileType
Gene regionsgene-annotationann-table-list
Peak regionspeak-annotationann-table-list
  • No labels