Skip to content
Snippets Groups Projects
Commit b82076e6 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Stop plotting stress hist

parent 24243f74
No related merge requests found
......@@ -75,7 +75,7 @@ plot(plot)
dev.off()
#find first turning point on a KDE of Stress1
histo <- hist(GetCellEmbeddings(object=sc10x.Group,reduction.type="Stress",dims.use=1),breaks=10,prob=TRUE,plot=TRUE)
histo <- hist(GetCellEmbeddings(object=sc10x.Group,reduction.type="Stress",dims.use=1),breaks=10,prob=TRUE,plot=FALSE)
d1 <- density(GetCellEmbeddings(object=sc10x.Group,reduction.type="Stress",dims.use=1),n=50)
#d2 <- density(GetCellEmbeddings(object=sc10x.Group,reduction.type="Stress",dims.use=2),n=1000)
ts_1 <- ts(d1$y)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment