Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Strand Lab
sc-TissueMapper
Commits
21ef43a5
Commit
21ef43a5
authored
Feb 01, 2021
by
Gervaise Henry
🤠
Browse files
Double [] for merge arg
parent
92c1a74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
r.scripts/sc-TissueMapper_RAW.R
View file @
21ef43a5
...
...
@@ -111,7 +111,7 @@ merges <- NULL
merges
<-
NULL
for
(
i
in
unique
(
sc10x.groups
$
Patient
[
sc10x.groups
$
Keep
==
1
])){
for
(
j
in
sc10x.groups
$
Samples
[
sc10x.groups
$
Keep
==
1
]){
if
(
sc10x.groups
[
sc10x.groups
$
Samples
==
j
,][
opt
$
merge
]
==
i
){
if
(
sc10x.groups
[
sc10x.groups
$
Samples
==
j
,][
[
opt
$
merge
]
]
==
i
){
merges
<-
c
(
merges
,
j
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment