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
11f9d723
Commit
11f9d723
authored
Jan 12, 2019
by
Gervaise Henry
🤠
Browse files
Renew correct project name in seurat object after cca
parent
127fdb34
Changes
1
Hide whitespace changes
Inline
Side-by-side
r.scripts/sc-TissueMapper_RUN.R
View file @
11f9d723
...
@@ -53,6 +53,7 @@ sc10x.l[["Pc"]] <- subset(sc10x,subset= Cancer=="Cancer")
...
@@ -53,6 +53,7 @@ sc10x.l[["Pc"]] <- subset(sc10x,subset= Cancer=="Cancer")
sc10x
<-
scCCA
(
sc10x.l
)
sc10x
<-
scCCA
(
sc10x.l
)
rm
(
sc10x.l
)
rm
(
sc10x.l
)
sc10x
@
project.name
<-
project.name
#gc()
#gc()
sc10x
<-
ScaleData
(
object
=
sc10x
,
vars.to.regress
=
c
(
"nFeature_RNA"
,
"percent.mito"
,
"S.Score"
,
"G2M.Score"
),
do.par
=
TRUE
,
num.cores
=
45
,
verbose
=
FALSE
)
sc10x
<-
ScaleData
(
object
=
sc10x
,
vars.to.regress
=
c
(
"nFeature_RNA"
,
"percent.mito"
,
"S.Score"
,
"G2M.Score"
),
do.par
=
TRUE
,
num.cores
=
45
,
verbose
=
FALSE
)
...
...
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