Skip to content

goknurginer/qtQDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtQDA: quantile transformed quadratic discriminant analysis for high-dimensional RNA-seq data

qtQDA contains functions for classification, quantile transformation and quadratic discrimant analysis and several generalized linear model analysis of RNA-Seq data.

Installation

# install.packages("devtools")
devtools::install_github("goknurginer/qtQDA")
library(qtQDA)

For complete list of functions and instructions:

library(help = "qtQDA") 

Note that devtools does not build vignettes by default. To view the vignette:

devtools::install_github("goknurginer/qtQDA", build_vignettes = TRUE)
library(qtQDA)
vignette("qtQDA")

Citation:

The article explaining the method can be found and cited here.

About

This package provides an R function to classify RNA-Seq gene expression profiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages