Skip to content
Snippets Groups Projects
Commit 45066098 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Up post stress resolution to 1

parent acbcd567
2 merge requests!4Merge ds,!3Merge completed D17 downsample in to develop
...@@ -109,7 +109,7 @@ option_list=list( ...@@ -109,7 +109,7 @@ option_list=list(
make_option("--st",action="store",default=TRUE,type='logical',help="Remove stressed cells?"), make_option("--st",action="store",default=TRUE,type='logical',help="Remove stressed cells?"),
make_option("--stg",action="store",default="dws",type='character',help="Geneset to use for stress ID"), make_option("--stg",action="store",default="dws",type='character',help="Geneset to use for stress ID"),
make_option("--cut.stress",action="store",default=0.9,type='numeric',help="Cutoff for stress score"), make_option("--cut.stress",action="store",default=0.9,type='numeric',help="Cutoff for stress score"),
make_option("--res.poststress",action="store",default=0.5,type='numeric',help="Resolution to cluster, post-stress"), make_option("--res.poststress",action="store",default=1,type='numeric',help="Resolution to cluster, post-stress"),
make_option("--cut.ne",action="store",default=0.999,type='numeric',help="Cutoff for NE score") make_option("--cut.ne",action="store",default=0.999,type='numeric',help="Cutoff for NE score")
) )
opt=parse_args(OptionParser(option_list=option_list)) opt=parse_args(OptionParser(option_list=option_list))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment