We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非常感谢junjun老师的优秀工具! 想请教一个问题:在对接分析monocle3得到的cds文件时,
mat <- pre_pseudotime_matrix(cds_obj = cds, gene_list = genes) ck <- clusterData(exp = mat, cluster.method = "kmeans", cluster.num = 5) visCluster(object = ck, plot.type = "both", add.sampleanno = F, markGenes = sample(rownames(mat),30,replace = F))
能否分组展示热图或者在同一张热图中展示分组信息(case与control)?(注:这样做的目的是在某一细胞亚群中,比对两组间特定基因按照时序表达变化的不同。尝试使用mulGroup参数没有得到理想结果),谢谢~
The text was updated successfully, but these errors were encountered:
发个类似的文献的图看看
Sorry, something went wrong.
抱歉回复的慢了。没有看到类似的图,是在分析数据的时候这么考虑的
No branches or pull requests
非常感谢junjun老师的优秀工具!
想请教一个问题:在对接分析monocle3得到的cds文件时,
mat <- pre_pseudotime_matrix(cds_obj = cds, gene_list = genes)
ck <- clusterData(exp = mat, cluster.method = "kmeans", cluster.num = 5)
visCluster(object = ck, plot.type = "both", add.sampleanno = F, markGenes = sample(rownames(mat),30,replace = F))
能否分组展示热图或者在同一张热图中展示分组信息(case与control)?(注:这样做的目的是在某一细胞亚群中,比对两组间特定基因按照时序表达变化的不同。尝试使用mulGroup参数没有得到理想结果),谢谢~
The text was updated successfully, but these errors were encountered: