Skip to content

A simple GUI to use the main features of the scp package.

License

Unknown, MIT licenses found

Licenses found

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

UCLouvain-CBIO/QFeaturesGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifecycle: experimental R-CMD-check-bioc License: MIT

QFeaturesGUI

QFeaturesGUI is a R package that contains a suite of shiny app to offer a graphical interface for the QFeatures package. Currently the package can be used to convert tables (csv and tsv) into a QFeatures object. This works for both bulk and single-cell data. The user can also apply several pre-processing steps to the imported QFeatures. This process is performed with the readQFeatures function from the QFeatures package.

Installation

Get the package:

# Check if remotes is installed. Otherwise install it.
if (!require("remotes", quietly = TRUE)){
    install.packages("remotes")
}
# Install the package
remotes::install_github("UCLouvain-CBIO/QFeaturesGUI",
    build_manual = TRUE,
    build_vignettes = TRUE
)
# Load the package
library(QFeaturesGUI)

About

A simple GUI to use the main features of the scp package.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks