Skip to content

I've written a few functions that help me look through scRNA-seq data while working with Seurat.

Notifications You must be signed in to change notification settings

ethan-mccarthy/scrnahelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrnahelper

I've written a few functions that help me look through scRNA-seq data while working with Seurat!

How to install

The easiest way to install the scrnahelper package is using the devtools package (which you can install using the following):

install.packages("devtools") # Installs devtools from CRAN

Once you have devtools installed, run the following in the R console:

devtools::::install_github("ethan-mccarthy/scrnahelper")

Using scrnahelper

When you want to use a function from scrnahelper, you'll need to let R know by running the following line:

library(scrnahelper)

About

I've written a few functions that help me look through scRNA-seq data while working with Seurat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages