-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from brianjohnhaas/devel
- Loading branch information
Showing
15 changed files
with
502 additions
and
23,693 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# assumes infercnv is installed. | ||
|
||
../scripts/inferCNV.R \ | ||
--delim " " \ | ||
--ref_groups "1:235,236:280" \ | ||
--ref_groups "1:50,51:95" \ | ||
--cutoff 1 \ | ||
--noise_filter 0.25 \ | ||
--noise_filter 0.2 \ | ||
--output_dir quickstart \ | ||
--vis_bound_threshold " -1,1" \ | ||
--ref example_refs.txt \ | ||
example_expression.txt example_genomic_positions.txt | ||
--ref normal_cells.csv \ | ||
oligodendroglioma.tp100k.expr.matrix gencode_v19_gene_pos.txt |
Oops, something went wrong.