240 发简信
IP属地:黑龙江
  • 120
    【R>>RColorBrewer】神仙函数colorRampPalette

    首先声明下面整理的内容都来自于网络,并在文末注明了引用的出处,本内容仅用于学习交流,禁止用于商业用途,如有侵权,请联系删除。目前自己常用的调色R包有: ggsci[http:...

  • @火卫控 谢谢已解决

    R 读取单细胞H5ad数据

    R 读取单细胞H5ad数据, 转换为Seurat能直接读取的对象 运行情况 需要一会儿时间,H5ad源文件大约 10GB 左右

  • @TOP生物信息 肿瘤细胞都根据患者的不同独立成群 那后续能分析细胞互作吗?有意义吗?

    单细胞分析实录(6): 去除批次效应/整合数据

    上一篇已经讲解了Seurat标准流程,推文的最后,注意到了不同样本之间的表达数据是存在批次效应的,就像下图这样,有些是可以聚到一起的亚群,却出现了不同样本分开/偏移的情况,比...

  • 120
    PCA 解释方差骤降图(ElbowPlot)拐点的量化识别

    单细胞PCA降维的时候,肘部图(ElbowPlot)上显示排名较高的 PC 比排名较低的 PC 解释了更多的数据差异(具有更高的标准差)。PC的解释方差变化趋势属于非线性曲线...

  • > Convert('D:/DraftR/cell intersection/02-cell-cell/08-bulk层面验证细胞互作/01-TAM_Tregs/03_scTenifold_adata_merge_example.h5ad', "h5seurat",overwrite = TRUE,assay = "RNA")
    警告: Unknown file type: h5ad
    Creating h5Seurat file for version 3.1.5.9900
    Adding X as scale.data
    Adding X as data
    Adding X as counts
    Adding meta.features from var
    Adding X_pca as cell embeddings for pca
    Adding X_umap as cell embeddings for umap
    Adding layer log1p as data in assay log1p
    Adding layer raw as data in assay raw
    > scTenifold_data <- LoadH5Seurat("D:/DraftR/cell intersection/02-cell-cell/08-bulk层面验证细胞互作/01-TAM_Tregs/03_scTenifold_adata_merge_example.h5seurat")
    Validating h5Seurat file
    Initializing RNA with data
    Adding counts for RNA
    Adding scale.data for RNA
    Adding feature-level metadata for RNA
    Initializing log1p with data
    Initializing raw with data
    警告: Layer counts isn't present in the assay object; returning NULL
    警告: Layer counts isn't present in the assay object; returning NULL
    Adding reduction pca
    Adding cell embeddings for pca
    Adding miscellaneous information for pca
    Adding reduction umap
    Adding cell embeddings for umap
    Adding miscellaneous information for umap
    Adding command information
    Adding cell-level metadata
    错误: Missing required datasets 'levels' and 'values'
    >
    你好请问这要怎么解决?

    R 读取单细胞H5ad数据

    R 读取单细胞H5ad数据, 转换为Seurat能直接读取的对象 运行情况 需要一会儿时间,H5ad源文件大约 10GB 左右

  • 120
    R语言-STRINGdb包的安装

    使用R-4.4.0版本安装即可。此前使用的是4.3版本,一直报错,更新R版本后,即可安装 if (!require("BiocManager", quietly = TRUE...