Mercurial > repos > george-weingart > maaslin
annotate maaslin.xml @ 8:e9677425c6c3 default tip
Updated the structure of the libraries
author | george.weingart@gmail.com |
---|---|
date | Mon, 09 Feb 2015 12:17:40 -0500 |
parents | |
children |
rev | line source |
---|---|
8
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
1 <tool id="maaslin_run" name="MaAsLin" version="1.0.1"> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
2 <code file="maaslin_format_input_selector.py"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
3 <description></description> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
4 <command interpreter="python">maaslin_wrapper.py |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
5 --lastmeta $cls_x |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
6 --input $inp_data |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
7 --output $out_file1 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
8 --alpha $alpha |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
9 --min_abd $min_abd |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
10 --min_samp $min_samp |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
11 --zip_file $zip_file |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
12 --tool_option1 $tool_option1 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
13 </command> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
14 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
15 <inputs> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
16 <param format="maaslin" name="inp_data" type="data" label="pcl file of metadata and microbial community measurements: Upload using Get Data-Upload file - Use File-Format = maaslin - Sample file below"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
17 <param name="cls_x" type="select" label="Last metadata row (Select 'Weight' for demo data set)" multiple="False" size ="70" dynamic_options="get_cols(inp_data,'0')"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
18 <param name="alpha" type="float" size="8" value="0.05" label="Maximum false discovery rate (significance threshold)"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
19 <param name="min_abd" type="float" size="8" value="0.0001" label="Minimum for feature relative abundance filtering"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
20 <param name="min_samp" type="float" size="8" value="0.01" label="Minimum for feature prevalence filtering"/> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
21 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
22 <param name="tool_option1" type="select" label="Type of output"> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
23 <option value="1">Single File: Summary</option> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
24 <option value="2">Two Files: Complete zipped results + Summary</option> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
25 </param> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
26 </inputs> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
27 <outputs> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
28 <data format="tabular" name="out_file1" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
29 <data name="zip_file" format="zip"> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
30 <filter>tool_option1 == "2"</filter> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
31 </data> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
32 </outputs> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
33 <requirements> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
34 <requirement type="set_environment">maaslin_SCRIPT_PATH</requirement> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
35 </requirements> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
36 <tests> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
37 <test> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
38 <param name="inp_data" value="maaslin_input" ftype="maaslin" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
39 <param name="cls_x" value="9" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
40 <param name="alpha" value="0.05" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
41 <param name="min_abd" value="0.0001" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
42 <param name="min_samp" value="0.01" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
43 <param name="tool_option1" value="1" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
44 <output name="out_file1" file="maaslin_output" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
45 <assert_contents> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
46 <has_text text="Variable Feature Value Coefficient N N.not.0 P.value Q.value" /> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
47 </assert_contents> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
48 </test> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
49 </tests> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
50 <help> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
51 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
52 Feedback? Not working? Please contact us at Maaslin_google_group_ . |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
53 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
54 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
55 MaAsLin: Multivariate Analysis by Linear Models |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
56 ----------------------------------------------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
57 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
58 MaAsLin is a multivariate statistical framework that finds associations between clinical metadata and microbial community abundance or function. The clinical metadata can be of any type continuous (for example age and weight), boolean (sex, stool/biopsy), or discrete/factor (cohort groupings and phenotypes). MaAsLin is best used in the case when you are associating many metadata with microbial measurements. When this is the case each metadatum can be a diffrent type. For example, you could include age, weight, sex, cohort and phenotype in the same input file to be analyzed in the same MaAsLin run. The microbial measurements are expected to be normalized before using MaAsLin and so are proportional data ranging from 0 to 1.0. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
59 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
60 The results of a MaAsLin run are the association of a specific microbial community member with metadata. These associations are without the influence of the other metadata in the study. There are certain factors known that can influence the microbiome (for example diet, age, geography, fecal or biopsy sample origin). MaAsLin allows one to detect the effect of a metadata, possibly a phenotype, deconfounding the effects of diet, age, sample origin or any other metadata captured in the study! |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
61 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
62 .. image:: https://bytebucket.org/biobakery/galaxy_maaslin/wiki/Figure1-Overview.png |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
63 :height: 500 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
64 :width: 600 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
65 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
66 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
67 *Maaslin Analysis Overview* MaAsLin performs boosted, additive general linear models between one group of data (metadata/the predictors) and another group (in our case microbial abundance/the response). Given that metagenomic data is sparse, the boosting is used to select metadata that show some potential to be associated with microbial abundances. Boosting of metadata and selection of a model occurs per otu. The metadata data that is selected for use by boosting is then used in a general linear model using metadata as predictors and otu arcsin-square root transformed abundance as the response. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
68 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
69 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
70 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
71 For more information on the technical aspects to this algorithm please see the methodological evaluation of MaAsLin that compared it to multiviariate and univariate analyses. Please check back for paper citing. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
72 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
73 Process: |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
74 -------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
75 The first step consists of uploading your data using Galaxy's **Get Data - Upload File** |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
76 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
77 A sample file is located at: https://bytebucket.org/biobakery/maaslin/wiki/maaslin_demo_pcl.txt |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
78 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
79 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
80 **Important** |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
81 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
82 Please make sure to choose **File Format: maaslin** |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
83 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
84 Required inputs |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
85 --------------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
86 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
87 MaAsLin requires an input pcl file of metadata and microbial community measurements. MaAsLin expects a PCL file as an input file. A PCL file is a text delimited file similar to an excel spread sheet with the following characteristics. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
88 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
89 1. **Rows** represent metadata and features (bugs), **columns** represent samples |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
90 2. The **first row** by default should be the sample ids. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
91 3. Metadata rows should be next. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
92 4. Lastly, rows containing features (bugs) measurements (like abundance) should be after metadata rows. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
93 5. The **first column** should contain the ID describing the column. For metadata this may be, for example, ''Age'' for a row containing the age of the patients donating the samples. For measurements, this should be the feature name (bug name). |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
94 6. The file is expected to be TAB delimited. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
95 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
96 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
97 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
98 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
99 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
100 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
101 Description of parameters |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
102 ------------------------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
103 **Input file** Select a loaded data file to use in analysis. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
104 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
105 **Last metadata row** Metadata and microbial measurements should be rows of the pcl file. Metadata should all come before microbial measurements. This row is the last metadata row which is only followed by rows which are microbial measurements. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
106 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
107 **Maximum false discovery rate (Significance threshold)** Associations are found significant if thier q-value is equal to or less than this threshold. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
108 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
109 **Minimum for feature relative abundance filtering** The minimum relative abundance allowed in the data. Values below this are removed and imputed as the median of the sample data. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
110 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
111 **Minimum for feature prevalence filtering** The minimum percentage of samples a feature can have abudance in before being removed. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
112 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
113 **Type of Output** Select one of the two options for output (summary or detailed results). |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
114 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
115 Outputs |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
116 ------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
117 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
118 The Run MaAsLin module will create either A) a summary text file of plotted significant associations or B) a compressed directory of associations (significant and not significant). |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
119 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
120 A. Any association that had a q-value less than or equal to the significance threshold will be included in a tab-delimited file. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
121 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
122 B. The following files will be generated per MaAsLin run. In the following listing the term projectname refers to what you named your pcl file without the extension. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
123 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
124 **Analysis** (These files are useful for analysis): |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
125 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
126 **projectname-metadata.txt** Each metadata will have a file of associations. Any associations indicated to be performed after initial boosting is recorded here. Included are the information from the final general linear model (performed after the boosting) and the FDR corrected p-value (q-value). Can be opened as a text file or spreadsheet. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
127 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
128 **projectname-metadata.pdf** Any association that had a q-value less than or equal to the significance threshold will be plotted here. If this file does not exist, the projectname-metadata.txt should not have an entry that is less than or equal to the threshold. Factor and boolean data is plotted as knotched box plots; continuous data is plotted as a scatter plot with a line of best fit. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
129 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
130 .. image:: https://bytebucket.org/biobakery/galaxy_maaslin/wiki/Maaslin_Output.png |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
131 :height: 500 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
132 :width: 600 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
133 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
134 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
135 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
136 *Example of the projectname-metadata.pdf file* Significant associations are combined in files of associations per metadata. Factor and boolean data is plotted as knotched box plots; continuous data is plotted as a scatter plot with a line of best fit. Plots show raw data, header data show information from the reduced |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
137 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
138 **projectname_Summary.txt** Any entry in the projectname-metadata.pdf are collected together here. Can be opened as a text file or spreadsheet. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
139 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
140 **Troubleshooting** (These files are typically not used for analysis but are there for documenting the process and troubleshooting): |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
141 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
142 **projectname.txt** Contains the detail for the statistical engine. Is useful for detailed troubleshooting. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
143 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
144 **data.tsv** The data matrix that was read in (transposed). Useful for making sure the correct data was read in. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
145 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
146 **data.read.config** Can be used to read in the data.tsv . |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
147 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
148 **metadata.tsv** The metadata that was read in (transposed). Useful for making sure the correct metadata was read in. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
149 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
150 **metadata.read.config** Can be used to read in the data.tsv . |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
151 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
152 **read_merged.tsv** The data and metadata merged (transposed). Useful for making sure the merging occurred correctly. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
153 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
154 **read_merged.read.config** Can be used to read in the read_merged.tsv . |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
155 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
156 **read_cleaned.tsv** The data read in, merged, and then cleaned. After this process the data is written to this file for reference if needed. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
157 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
158 **read_cleaned.read.config** Can be used to read in read_cleaned.tsv . |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
159 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
160 **ProcessQC.txt** Contains quality control for the MaAsLin analysis. This includes information on the magnitude of outlier removal. |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
161 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
162 Contacts |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
163 -------- |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
164 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
165 Please feel free to contact us at subraman@broadinstitute.org for any questions or comments! |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
166 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
167 .. _Maaslin_google_group: https://groups.google.com/d/forum/maaslin-users |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
168 |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
169 </help> |
e9677425c6c3
Updated the structure of the libraries
george.weingart@gmail.com
parents:
diff
changeset
|
170 </tool> |