recipe proteomiqon-labelfreeproteinquantification

The tool LabelFreeProteinQuantification estimates protein abundances using quantified peptide ions.

Homepage:

https://csbiology.github.io/ProteomIQon/

Documentation:

https://csbiology.github.io/ProteomIQon/tools/LabelFreeProteinQuantification.html

Developer docs:

https://github.com/CSBiology/ProteomIQon

License:

MIT

Recipe:

/proteomiqon-labelfreeproteinquantification/meta.yaml

After quantification and protein inference are performed, it is known which peptide originated from which protein, as well as the intensity of each peptide. The information available for each peptide now needs to be aggragated for their proteins. This tool performs the aggregation from the peptides to the protein in several steps. The first two aggregation steps are optional. One of them is the aggregation based on charge state. Peptides with the same sequence and modifications, but different charge states are being aggregated. The next optional step does the same for peptides with the same sequence, but different modifications. Those steps build upon each other. The last step is the aggregation of all peptides of a protein. The result of each aggregation step is given as a tab separated file. The aggregation is performed according to the given parameters for each step. If an optional aggregation is not performed, the next step takes the result from the prior aggregation. For example, if aggregation by charge and modification are skipped, the protein aggregation is performed on previously unaggregated peptides, where a peptidesequence can occur with different charge states and modifications.

package proteomiqon-labelfreeproteinquantification

(downloads) docker_proteomiqon-labelfreeproteinquantification

versions:

0.0.3-10.0.1-10.0.1-0

depends dotnet-runtime:

5.0.*

depends openssl:

1.1.*

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install proteomiqon-labelfreeproteinquantification

and update with::

   mamba update proteomiqon-labelfreeproteinquantification

To create a new environment, run:

mamba create --name myenvname proteomiqon-labelfreeproteinquantification

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/proteomiqon-labelfreeproteinquantification:<tag>

(see `proteomiqon-labelfreeproteinquantification/tags`_ for valid values for ``<tag>``)

Download stats