瀏覽代碼

README.md

master
YaqingLiu 4 年之前
父節點
當前提交
3e7683c9cd
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. +5
    -6
      README.md

+ 5
- 6
README.md 查看文件

@@ -49,25 +49,24 @@ choppy install YaqingLiu/CNVkit
}
```
***Note***
```shell
-m {hybrid,amplicon,wgs}, --seq-method {hybrid,amplicon,wgs}, --method {hybrid,amplicon,wgs}
**-m {hybrid,amplicon,wgs}, --seq-method {hybrid,amplicon,wgs}, --method {hybrid,amplicon,wgs}**
Sequencing assay type: hybridization capture ('hybrid'), targeted amplicon sequencing ('amplicon'), or whole genome sequencing ('wgs').
Determines whether and how to use antitarget bins.

To reuse an existing reference or create a new :
-r REFERENCE, --reference REFERENCE
**-r REFERENCE, --reference REFERENCE**
Copy number reference file (.cnn).
--output-reference FILENAME
**--output-reference FILENAME**
Output filename/path for the new reference file being created. (If given, ignores the -o/--output-dir option and will write the file to the given path. Otherwise, "reference.cnn" will be created in the current directory or specified output directory.)

--annotate
**--annotate**
The gene annotations file (refFlat.txt) is useful to apply gene names to your baits BED file, if the BED file does not already have short, informative names for each bait interval. This file can be used in the next step.
If the BED looks like this:
> chr1 1508981 1509154 SSU72
> chr1 2407978 2408183 PLCH2
> chr1 2409866 2410095 PLCH2
Then you don’t need refFlat.txt.
```
## Output
1. *.cnn/cns of each sample.
2. A whole-genome copy ratio profile as a PDF scatter plot.

Loading…
取消
儲存