Nothing
By Angeles Arzalluz-Luque, Guillaume Devailly, Anna Mantsoki & Anagha Joshi.
An R package to set thresholds for feature (gene, transcript, ...) filtering in single cell RNA sequencing analyses.
You can install the stable version of scFeatureFilter from Bioconductor (Require R version ≥ 3.5):
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("scFeatureFilter")
You can install the development version of scFeatureFilter using devtools
(Require R version ≥ 3.5):
devtools::install_github("gdevailly/scFeatureFilter")
Load the package:
library(scFeatureFilter)
Then it is probably a good idea to read the package vignette:
vignette("Introduction", package = "scFeatureFilter")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.