美文网首页
Monocle 2 中 orderCells () 报错问题解决

Monocle 2 中 orderCells () 报错问题解决

作者: 吹不散的烽烟 | 来源:发表于2022-06-20 12:04 被阅读0次

    1. download monocle from https://www.bioconductor.org/packages/3.15/bioc/src/contrib/Archive/monocle/

    2. decompress the package 'monocle_2.24.0.tar.gz', and get a 'monocle' folder.

    3. open the folder 'monocle/R', change the code in function 'project2MST()' in the 'order_cell.R' file: change from

    if(class(projection) != 'matrix')
    projection <- as.matrix(projection)
    

    to

    projection <- as.matrix(projection)
    

    4. save the 'order_cell.R' file.

    5. windows 安装 7-Zip 软件,先压缩成tar文件,再压缩成gz文件。

    6. 安装monocle_2.24.0.tar.gz软件。

    7.Done. and managed to run the 'orderCells(cds)'.

    相关文章

      网友评论

          本文标题:Monocle 2 中 orderCells () 报错问题解决

          本文链接:https://www.haomeiwen.com/subject/osqjvrtx.html