You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the sub-funtion tools could come from websites, packages, or just wirtten by yourself. And what you need to do is to locate the scripts pathway and make sure the parameters are friendly for most of the naming manners, such as the capablility to read and locate an absolute path. Thus you can leave the rest things to the pipeline.
32
+
33
+
In the following step, I'll add your scripts into pipeline and distribute the unified input parameters as well as a proper output directory. Or some addtional options for the function of your part.
34
+
35
+
# Usage
36
+
3
37
This workflow beased on the dataset produced by Waters and polishing via metaX (https://www.bioconductor.org/packages/release/bioc/html/metaX.html).
4
38
5
39
Here we started our pipeline with the input data after processed with metaX.
@@ -30,7 +64,7 @@ This command will produce their results in each directory:
30
64
31
65
```
32
66
00.data/DemoAnalyst.comm.phenotype.tab
33
-
```
67
+
```
34
68
35
69
contains the phenotype with samples involved for further analysis. Those outliers either in positive or negtive ion mode will be discarded.
36
70
@@ -109,7 +143,7 @@ This command will produce their results in each directory:
This pipeline is built to ease my pressure for Multiple omics analysis. In this version, I'm focused on the process of data polishing.
2
+
This pipeline is built to ease my pressure for Multiple omics analysis. In this version, I'm focused on the process of data polishing of metagenome-wide analysis.
As you can see, the sub-funtion tools could come from websites, packages, or just wirtten by yourself. And what you need to do is to locate the scripts pathway and make sure the parameters are friendly for most of the naming manners, such as the capablility to read and locate an absolute path. Thus you can leave the rest things to the pipeline.
125
-
126
-
In the following step, I'll add your scripts into pipeline and distribute the unified input parameters as well as a proper output directory. Or some addtional options for the function of your part.
0 commit comments