Li's Bioinfo-Blog
  • 主页
  • 分类
  • 标签
  • 归档
  • 关于
  • 搜索
Home » Tags

转录组分析

xCell与CIBERSORT等免疫浸润分析

xCell xCell包 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 devtools::install_github('dviraran/xCell') library(xCell) data("xCell.data") ##查看支持的64种细胞类型,同下图 colnames(xCell.data$spill$K) ##预测函数的关键参数解释 ?xCellAnalysis() # expr = 交代表达矩阵; ##...

Create: 2022-04-25 | Update: 2023-02-18 | Words: 2554 | 6 min | Lishensuo

ClusterGVis包绘制基因表达矩阵热图

ClusterGVis包是中国药科大学Jun Zhang博士开发的系列可视化工具包之一,可以基因表达矩阵进行高级的热图可视化分析。如下根据其g...

Create: 2023-03-19 | Update: 2023-03-19 | Words: 1261 | 3 min | Lishensuo

MuSiC包根据scRNAseq预测Bulk细胞组成

MuSiC(MUlti-Subject SIngle Cell deconvolution)是来自宾夕法尼亚大学Biostatistics, Epidemiology and Informatics系的Mingyao Li课题组于2...

Create: 2023-03-26 | Update: 2023-03-26 | Words: 1799 | 4 min | Lishensuo

使用IsoformSwitchAnalyzeR包进行可变剪切分析

https://bioconductor.org/packages/release/bioc/html/IsoformSwitchAnalyzeR.html 1、背景知识 The usage of Alternative Transcription Start sites (aTSS可选择转录起始位点), Alternative Splicing (AS可选择剪切位点) and alternative Transcription Termination Sites (aTTS可选择终止位点) are collectively collectively results in the production of different...

Create: 2022-04-16 | Update: 2022-04-16 | Words: 3284 | 7 min | Lishensuo

EnhancedVolcano包绘制火山图

EnhancedVolcano包可根据差异分析结果,基于ggplot2绘图结构,方便地绘制美观的火山图,下面根据自己的理解小结下基本用法。 官...

Create: 2022-04-16 | Update: 2022-04-16 | Words: 980 | 2 min | Lishensuo

IOBR包肿瘤signature打分与免疫浸润分析

IOBR包集signature打分与免疫浸润分析为一体的肿瘤数据分析工具,由南方医科大学南方医院廖旺军教授,曾东强博士等人于2021年7月发...

Create: 2023-05-15 | Update: 2023-05-15 | Words: 1667 | 4 min | Lishensuo

BayesPrism包根据scRNAseq预测Bulk细胞组成

BayesPrism是由美国康奈尔大学Tin Yi Chu等人开发的R包工具,于2022年4月发表在Nature Cancer。简单来说,该方法使用...

Create: 2023-06-03 | Update: 2023-06-03 | Words: 1352 | 3 min | Lishensuo

R包NMF非负矩阵分解

(1)NMF是非负矩阵分解(Non-negative Matrix Factorization)的缩写。它是将一个非负数据矩阵分解为两个非负矩阵的乘积,其...

Create: 2023-06-17 | Update: 2023-06-17 | Words: 1038 | 3 min | Lishensuo
« Prev Page
© 2024 Li's Bioinfo-Blog Powered by Hugo & PaperMod
您是本站第 位访问者