Skip to content

cz0316/HEART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

output
github_document
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

HEART

HEART, a statistical combination test, can easily capture the various source of the difference beyond mean expression changesand facilitate the accuracy, robustness, and efficiency of single-cell DE analysis.

Installation

First, install the packages: data.table, fBasics, matrixTests. Then, install the package HEART.

install.packages("data.table")
install.packages("fBasics")
install.packages("matrixTests")
install.packages("~path/HEART_1.1.0.tar.gz")

Example

This is a basic example which shows you how to use HEART.

library(data.table)
library(fBasics)
library(matrixTests)
library(HEART)
data("example")

expression[1:5,1:5]

head(cell.data)

"example" data has two datasets: expression: a counts matrix. cell.data: a data frame containing information on individual cells.


result=heart(counts = expression,cell.data = cell.data)

head(result)

About

differential ananlysis for scRNA-seq datta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages