Generate the Panel of Normal files for TNseq and TNscope.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
4 лет назад
4 лет назад
4 лет назад
1234567891011121314151617181920212223
  1. ### Panel of Normals
  2. The Panel of Normals approach uses a set of matched normal samples to determine the baseline level from which to call CNV events. These matched normal samples should be derived from the same library prep and sequencing workflow that was used for the case sample. This allows the algorithm to subtract out system level biases that are not sample specific.
  3. ### Getting Started
  4. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  5. ```
  6. # Activate the choppy environment
  7. $ open-choppy-env
  8. # Install the APP
  9. $ choppy install YaqingLiu/PoN-latest [-f]
  10. # List the parameters
  11. $ choppy samples YaqingLiu/PoN-latest [--no-default]
  12. # Submit you task with the `samples.csv file` and `project name`
  13. $ choppy batch YaqingLiu/PoN-latest samples.csv -p Project [-l project:Label]
  14. # Query the status of all tasks in the project
  15. $ choppy query -L project:Label | grep "status"
  16. ```