nf-core/proteus/readproteingroups @ 0.0.0-c4ed7fd
Summary
reads a maxQuant proteinGroups file with Proteus
Get started
Add the following snippet to your workflow script to include this module.
include { PROTEUS_READPROTEINGROUPS } from 'nf-core/proteus/readproteingroups'
License
MIT License
Name
|
PROTEUS_READPROTEINGROUPS |
|---|
meta
map
|
Groovy Map containing contrast information, e.g. [ variable:'treatment', reference:'treated', control:'saline', blocking:'' ] |
|---|---|
samplesheet
file
|
CSV or TSV format sample sheet with sample metadata; check here for specifications: https://rdrr.io/github/bartongroup/Proteus/man/readProteinGroups.html |
intensities
file
|
proteinGroups TXT file with protein intensities information from maxQuant; check here for specifications: https://rdrr.io/github/bartongroup/Proteus/man/readProteinGroups.html |
raw_tab
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*raw_proteingroups_tab.tsv
file
|
TSV-format intensities table from Proteus, contains raw protein intensities |
norm_tab
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*normalized_proteingroups_tab.tsv
file
|
TSV-format intensities table from Proteus, contains normalized protein intensities |
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
raw_rdata
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*raw_proteingroups.rds
file
|
RDS file of a proteinGroups object from Proteus, contains raw protein intensities and additional info |
norm_rdata
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*normalized_proteingroups.rds
file
|
RDS file of a proteinGroups object from Proteus, contains normalized protein intensities and additional info |
dendro_plot
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*dendrogram.png
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
session_info
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*R_sessionInfo.log
file
|
LOG file of the R sessionInfo from the module run |
mean_var_plot
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*mean_variance_relationship.png
file
|
PNG file; plot of the log-intensity variance vs log-intensity mean of each condition in the normalized samples |
raw_dist_plot
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*raw_distributions.png
file
|
PNG file; plot of the intensity/ratio distributions of the raw samples |
norm_dist_plot
tuple
meta
file
|
PNG file; dendrogram of the normalized samples hierarchically clustered by their intensities |
|---|---|
*normalized_distributions.png
file
|
PNG file; plot of the intensity/ratio distributions of the normalized samples |
| Tool | Description | Homepage |
|---|---|---|
| proteus | R package for analysing proteomics data | https://github.com/bartongroup/Proteus |
| Version | 0.0.0-c4ed7fd |
|---|---|
| Commit ID | c4ed7fdd281d290c622c5d93fa173effc0217fdb |