# HG changeset patch # User luca_milaz # Date 1728819231 0 # Node ID c5820d87b4a56245eb10482a58aa173226e2ffe1 # Parent 9c802c5cad40a8e0415b52763f086033a741e93f Uploaded diff -r 9c802c5cad40 -r c5820d87b4a5 COBRAxy/ras_to_bounds.xml --- a/COBRAxy/ras_to_bounds.xml Sun Oct 13 11:33:23 2024 +0000 +++ b/COBRAxy/ras_to_bounds.xml Sun Oct 13 11:33:51 2024 +0000 @@ -29,6 +29,7 @@ --ras_selector $cond_ras.ras_choice #if $cond_ras.ras_choice == "True" --input_ras $cond_ras.input_ras + --classes $cond_ras.classes #end if --out_log $log ]]> @@ -48,6 +49,7 @@ + @@ -82,10 +84,11 @@ Accepted files: - A model: JSON or XML file reporting reactions and rules contained in the model. - - RAS matrix: tab-separated RAS file as returned by RAS generator. Multiple RAS files can be uploaded too (e.g. one RAS matrix for normal cells and one for cancer cells). Note that if multiple RAs matrices are uploaded, the bounds are normalzed across all cells. + - RAS matrix: tab-separated RAS file as returned by RAS generator. It can be a collection of RAS files too (e.g. one RAS matrix for normal cells and one for cancer cells). Note that if multiple RAs matrices are uploaded, the bounds are normalzed across all cells. + - Classes: If multiple RAS matrices are uploaded, then the tool returns a simple file containing for each cell the class it belongs to (cells coming from the same RAS matrix are assigned to the same class). This file is useful in the Flux enrichment analysis tool. - Medium: tab-separated file containing lower and upper-bounds of medium reactions. -Example of custum growth medium fileeeee: +Example of custum growth medium file: +------------+----------------+----------------+ @@ -97,17 +100,12 @@ +------------+----------------+----------------+ -Example for multiple RAS matrices: - - cancer.csv and normal.csv generated by RAS generator tool (the two class names are 'cancer' and 'normal'). - - This tool returns one unique collection of bounds files for both cancer and normal cells (normalization is performed across all cells). - - The association cell-class is reported in the 'cell_class' file that is useful to perform flux enrichment analysis based on class partenrship. - Output: ------------- The tool generates: - bounds: reporting the bounds of the model, or cells if RAS is used. Format: tab-separated. - - Classes: a file containing the class of each cell (only if multiple RAS matrices were uploaded). The class name of a RAS matrix corresponds to its file name. Format: tab-separated. + - Classes: a file containing the class of each cell (only if multiple RAS matrices were uploaded). Format: tab-separated. - a log file (.txt). ]]>