KrasnitzLab / SCclust

Segmentation and Clustering of Single Cell Sequencing Copy Number Profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCclust R package

DOI

The SCclust package implements feature selection based on breakpoints, permutations for FDRs for Fisher test p-values and identification of the clone structure in single cell copy number profiles.

Threre are two alternative ways to install SCclust package:

  • installation from source;

  • intallation as a conda package.

Installation from source

Conda installer

  • The SCclust package can also be installed using KrasnitzLab Anaconda channel. First create a new conda environment:

    conda create -n scclust
    conda activate scclust
    

    and after that install SCclust inside it:

    conda install -c bioconda -c conda-forge -c krasnitzlab scclust
    

About

Segmentation and Clustering of Single Cell Sequencing Copy Number Profiles

License:MIT License


Languages

Language:R 100.0%