Skip to content

Commit

Permalink
adding new example data sets
Browse files Browse the repository at this point in the history
Former-commit-id: 97ce786
Former-commit-id: d61fb85
  • Loading branch information
brianjohnhaas committed May 11, 2018
1 parent a117b0e commit e3da348
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 5 deletions.
Binary file removed example/.DS_Store
Binary file not shown.
9 changes: 4 additions & 5 deletions example/__run_example.sh
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
Loading

0 comments on commit e3da348

Please sign in to comment.