Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Strand Lab
sc-TissueMapper
Commits
e2689018
Commit
e2689018
authored
Nov 11, 2020
by
Gervaise Henry
🤠
Browse files
Make sure sample names get set if loading from premade seurat objects
parent
bb5be9b8
Changes
1
Show whitespace changes
Inline
Side-by-side
r.scripts/sc-TissueMapper_functions.R
View file @
e2689018
...
...
@@ -75,6 +75,7 @@ scLoad <- function(p,cellranger=3,aggr=TRUE,ncell=0,nfeat=0,seurat=FALSE){
for
(
i
in
sc10x.groups
$
Samples
){
sc10x
[
i
]
<-
readRDS
(
paste0
(
"./analysis/DATA/10x/"
,
i
,
"/"
,
i
,
".rds"
))
sc10x
[[
i
]]
<-
sc10x
[[
i
]]
sc10x
[[
i
]]
$
samples
<-
i
}
}
...
...
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