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
abc34a97
Commit
abc34a97
authored
Jan 12, 2019
by
Gervaise Henry
🤠
Browse files
Fix error from previous commit
parent
46c8acdb
Changes
1
Show whitespace changes
Inline
Side-by-side
r.scripts/sc-TissueMapper_functions.R
View file @
abc34a97
...
...
@@ -169,7 +169,7 @@ scQC <- function(sc10x,lg=500,hg=2500,hm=0.1,sub=FALSE){
grid.arrange
(
plot1
,
plot2
,
nrow
=
1
)
dev.off
()
counts.cell.filtered
<-
ncol
(
GetAssayData
(
object
=
sc10x.sub
,
slot
=
"counts"
))
counts.gene.filtered
<-
nrow
(
rix
(
GetAssayData
(
object
=
sc10x.sub
,
slot
=
"counts"
))
counts.gene.filtered
<-
nrow
(
GetAssayData
(
object
=
sc10x.sub
,
slot
=
"counts"
))
results
<-
list
(
sc10x
=
sc10x.sub
,
...
...
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