Skip to content
Snippets Groups Projects
Commit 1e586bcf authored by Jefferson Chen's avatar Jefferson Chen
Browse files

plotting the results for pdac

parent b71fd7b2
Branches
Tags
No related merge requests found
...@@ -135,7 +135,8 @@ dev.off() ...@@ -135,7 +135,8 @@ dev.off()
sc = sc_generated sc = sc_generated
sc <- sc[common_genes, ] sc <- sc[common_genes, ]
st <- st[common_genes, ] st <- st[common_genes, ]
nums = deconvoluting(sc,st, genemode = "default", gene.list = common_genes, hpmode = "default", ncores=64) nums = deconvoluting(sc,st, genemode = "default", gene.list = common_genes, hpmode = "default", ncores=16)
nums = as.matrix(nums)
preexp = sc %*% nums preexp = sc %*% nums
cossimr = matrix(nrow=428) cossimr = matrix(nrow=428)
...@@ -162,7 +163,8 @@ dev.off() ...@@ -162,7 +163,8 @@ dev.off()
sc <- sc[overlapped_marker, ] sc <- sc[overlapped_marker, ]
st <- st[overlapped_marker, ] st <- st[overlapped_marker, ]
nums = deconvoluting(sc,st, genemode = "default", gene.list = common_genes, hpmode = "default", ncores=64) nums = deconvoluting(sc,st, genemode = "default", gene.list = overlapped_marker, hpmode = "default", ncores=16)
nums <- as.matrix(nums)
preexp = sc %*% nums preexp = sc %*% nums
cossimr = matrix(nrow=428) cossimr = matrix(nrow=428)
......
No preview for this file type
File added
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