Skip to content
Snippets Groups Projects
Commit 6bd04092 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Change opt label for DWS NE markers

parent ebde05d1
No related merge requests found
......@@ -10,7 +10,7 @@ option_list=list(
make_option("--g",action="store",default="ALL",type='character',help="Group To Analyze"),
make_option("--st",action="store",default=TRUE,type='logical',help="Analyze Data With Stress Pops Removed?"),
make_option("--sv",action="store",default=2500,type='integer',help="Number Of Cells To Downsample To Visualize"),
make_option("--u",action="store",default=FALSE,type='logical',help="Use DWS Generated Stress Geneset")
make_option("--u",action="store",default=FALSE,type='logical',help="Use DWS Generated NE Geneset")
)
opt=parse_args(OptionParser(option_list=option_list))
rm(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