Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sc-TissueMapper_Pr
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
sc-TissueMapper_Pr
Commits
4115d3bc
Commit
4115d3bc
authored
6 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Change res for St to 0.3 and change cutoff for NE to 0.1% in D17
parent
161e2414
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
r.scripts/sc-TissueMapper_RUN.D17.R
+2
-2
2 additions, 2 deletions
r.scripts/sc-TissueMapper_RUN.D17.R
with
2 additions
and
2 deletions
r.scripts/sc-TissueMapper_RUN.D17.R
+
2
−
2
View file @
4115d3bc
...
...
@@ -102,7 +102,7 @@ option_list=list(
#make_option("--hpc.epi",action="store",default=0.85,type='numeric',help="Max variance cutoff for PCs to use, Epi"),
make_option
(
"--res.epi"
,
action
=
"store"
,
default
=
0.2
,
type
=
'numeric'
,
help
=
"Resolution to cluster, Epi"
),
#make_option("--hpc.st",action="store",default=0.85,type='numeric',help="Max variance cutoff for PCs to use, St"),
make_option
(
"--res.st"
,
action
=
"store"
,
default
=
0.
2
,
type
=
'numeric'
,
help
=
"Resolution to cluster, St"
)
make_option
(
"--res.st"
,
action
=
"store"
,
default
=
0.
3
,
type
=
'numeric'
,
help
=
"Resolution to cluster, St"
)
)
opt
=
parse_args
(
OptionParser
(
option_list
=
option_list
))
rm
(
option_list
)
...
...
@@ -250,7 +250,7 @@ results.clust.St.go.id <- results[[3]]
rm
(
results
)
rm
(
gene.set
)
sc10x.Epi.NE
<-
scNE
(
sc10x.Epi
,
neg
=
"EurUro"
,
cut
=
0.9
5
)
sc10x.Epi.NE
<-
scNE
(
sc10x.Epi
,
neg
=
"EurUro"
,
cut
=
0.9
99
)
sc10x.Epi
<-
scMergeSubClust
(
sc10x.Epi
,
i
=
"Epi.dws.sub"
,
g
=
c
(
"BE"
,
"LE"
),
nm
=
"Merge"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment