Skip to content

JulieBaker1/HighlyRegionalGenes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 

Introduction

Select genes that have biological significance is useful for downstream analysis.Here we bring up a feature selection method called HighlyRegionalGeneswhich identify genes with regional patterns.The method mainly contains three steps:

  • construct SNN
  • calculate score and rank genes
  • select the regional distributed genes

We use iteration to make the SNN more precise.Below is the workflow.

workflow.png

System Requirements

  • R version: >= 3.6.1
  • Seurat version: >= 3.1.4

If you would like to run the codes that compare HRG with other feature selection methods, M3drop and parallel packages need to be installed. It is necessary to notify you that those codes will cost much time.

Installation

the package can be installed directly from the github.

install.packages("devtools")
library(devtools)
install_github("JulieBaker1/HighlyRegionalGenes")

Usage

The vignette of HighlyRegionalGenes can be found in the project wiki.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages