Skip to content

A self representation smoothing package for imputing single cell HiC matrix.

Notifications You must be signed in to change notification settings

Queen0044/scHiCSRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scHiCSRS

The goal of scHiCSRS is to impute single cell HiC data using a self representation smoothing approach.

Installation

The scHiCSRS package has the following R-package dependencies: SAVER, keras, tensorflow, Rtsne, ggplot2, ggpubr, and mclust. The dependent packages will be automatically installed along with scHiCSRS. You can use the following commands to install scHiCSRS from GitHub.

# Install and load "devtools" package. 
install.packages("devtools")
library("devtools")

# Install "scHiCSRS" package from github.
install_github("Queen0044/scHiCSRS")

Example

This is a basic example which shows you how to solve a common problem:

library(scHiCSRS)
## data("simudat")
#simudat_res=SRS(simudat, windowsize=2, nbins=61, epochs = 100, estimates.only = FALSE)

For more information of functions, please read the vignettes.

About

A self representation smoothing package for imputing single cell HiC matrix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages