Skip to content

Gene Scoring from Genomic Count Tables

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ArisSyntakas/GeneScoreR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneScoreR Package

Gene Scoring from Genomic Count Tables

GeneScoreR is an R package that automatically calculates gene scores from gene count tables, providing two methods for scoring: the z-score method, which requires a table of samples being scored and a count table, and the geometric mean method, which does not rely on control samples.

Installation:

Paste the following code into the R console

if (!requireNamespace("devtools", quietly = TRUE)) { install.packages("devtools")}

library(devtools)

devtools::install_github("ArisSyntakas/GeneScoreR")

library(GeneScoreR)

About

Gene Scoring from Genomic Count Tables

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages