nf-core/peka @ 0.0.0-6c4ed3a
Summary
Runs PEKA CLIP peak k-mer analysis
Get started
Add the following snippet to your workflow script to include this module.
include { PEKA } from 'nf-core/peka'
License
MIT License
Name
|
PEKA |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
peaks
file
|
BED file of peak regions *.{bed,bed.gz}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
crosslinks
file
|
BED file of crosslinks *.{bed,bed.gz}
|
fasta
file
|
Genome reference sequence used *.{fa,fasta}
|
|---|
fai
file
|
FAI file corresponding to the reference sequence *.{fai}
|
|---|
gtf
file
|
A segmented GTF used to annotate peaks *.{gtf}
|
|---|
oxn
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*oxn*.bed.gz
file
|
BED file of oxn sites *oxn*.bed.gz
|
pdf
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*.pdf
file
|
PDF file with graphs showing k-mer occurrence distributions around thresholded crosslink sites *.pdf
|
rtxn
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*rtxn*
file
|
rtxn file *rtxn*
|
clust
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*_clusters.csv
file
|
CSV file of clusters *_clusters.csv
|
tsites
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*thresholded_sites*.bed.gz
file
|
BED file of thresholded sites *thresholded_sites*.bed.gz
|
cluster
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*mer_cluster_distribution*
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
distribution
tuple
meta
file
|
TSV file of summed occurrence distributions of k-mers within defined clusters *.tsv
|
|---|---|
*mer_distribution*
file
|
TSV file with calculated PEKA score and occurrence distribution for all possible k-mers *.tsv
|
| Tool | Description | Homepage |
|---|---|---|
| peka | Positionally-enriched k-mer analysis (PEKA) is a software package for identifying enriched protein-RNA binding motifs from CLIP datasets | https://github.com/ulelab/peka |