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
1179ce77
Commit
1179ce77
authored
Jul 17, 2019
by
Gervaise Henry
🤠
Browse files
Set SingleR project name by cli
parent
4dce7aea
Changes
2
Hide whitespace changes
Inline
Side-by-side
bash.scripts/sc10x.id.sh
View file @
1179ce77
...
...
@@ -14,4 +14,4 @@ source activate umap
module load R/3.5.1-gccmkl
module load hdf5_18/1.8.17
Rscript ../r.scripts/SingleR.R
Rscript ../r.scripts/SingleR.R
--p
"
$1
"
--s
"
$2
"
r.scripts/SingleR.R
View file @
1179ce77
...
...
@@ -36,7 +36,7 @@ load("./analysis/sc10x.raw.RData")
load
(
"./genesets/scDWS.250.rda"
)
load
(
"./genesets/cibersort.rda"
)
singler
=
CreateBigSingleRObject
(
GetAssayData
(
sc10x
,
assay
=
"SCT"
),
annot
=
NULL
,
"PdPbPc"
,
min.genes
=
0
,
singler
=
CreateBigSingleRObject
(
GetAssayData
(
sc10x
,
assay
=
"SCT"
),
annot
=
NULL
,
opt
$
p
,
min.genes
=
0
,
technology
=
"10X"
,
species
=
"Human"
,
citation
=
""
,
ref.list
=
list
(
scDWS.250
),
normalize.gene.length
=
F
,
variable.genes
=
"de"
,
fine.tune
=
T
,
do.signatures
=
T
,
clusters
=
NULL
,
do.main.types
=
F
,
...
...
@@ -129,7 +129,7 @@ for (i in c("epi","fmst","st","leu")){
dev.off
()
}
singler.leu
=
CreateSinglerObject
(
GetAssayData
(
sc10x.leu
,
assay
=
"SCT"
),
annot
=
NULL
,
"PdPbPc"
,
min.genes
=
0
,
singler.leu
=
CreateSinglerObject
(
GetAssayData
(
sc10x.leu
,
assay
=
"SCT"
),
annot
=
NULL
,
opt
$
p
,
min.genes
=
0
,
technology
=
"10X"
,
species
=
"Human"
,
citation
=
""
,
ref.list
=
list
(
cibersort
),
normalize.gene.length
=
F
,
variable.genes
=
"de"
,
fine.tune
=
T
,
do.signatures
=
T
,
clusters
=
NULL
,
do.main.types
=
T
,
...
...
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