Skip to content

QPFSLASSO: a specific gene selector for multiple conditions

License

Notifications You must be signed in to change notification settings

DonQwerty/QPFSLASSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QPFSLASSO

QPFSLASSO: a specific gene selector for multiple conditions

INSTALL

For install, first download the git repository:

git clone https://github.com/DonQwerty/QPFSLASSO.git

After that, you only need to install the package:

R CMD INSTALL QPFSLASSO/QPFSLASSO-package

Dependencies

The follow packeges are needed for executing QPFSLASSO:

  • dplyr
  • doMC
  • stringr
  • data.table
  • pbapply
  • entropy
  • edgeR
  • TCC
  • ggplot2
  • ballgown
  • quadprog

Example

library(QPFSLASSO)
data(genes)
weights<-QPFSLASSO(genes,"type","control")
plot(weights)

About

QPFSLASSO: a specific gene selector for multiple conditions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages