Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cnobles committed Aug 5, 2015
1 parent 9bc670b commit 2f6b9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### geneTherapyPatientReportMaker
For a specific patient, report integration near oncogenes and potentially expanded clones across cell types and multiple time points
For a specific patient, report integration near oncogenes and potentially expanded clones across cell types and multiple time points. Abundance by default is based on unique fragment length.

#### Input
A csv file such as `sampleName_GTSP.csv` to describe the replicates and the samples.
Expand Down Expand Up @@ -43,7 +43,7 @@ GTSP0308-3,GTSP0308,pFR03
```
Rscript makeGeneTherapyPatientReport.R #read in sampleName_GTSP.csv by default
Rscript path/to/makeGeneTherapyPatientReport.R pFR03.csv #generated above
Rscript path/to/makeGeneTherapyPatientReport.R pFR03.csv -s #determine abundance by fragment length only
Rscript path/to/makeGeneTherapyPatientReport.R pFR03.csv -s #determine abundance by sonicLength package (Berry, C. 2012)
```

- 3 `check_gtsp_patient.R`: get trial and patient information for the GTSPxxxx folders
Expand Down

0 comments on commit 2f6b9ce

Please sign in to comment.