A comprehensive set of functions written by or frequently used by Erica DePasquale in her bioinformatics work. Use at your own risk!
Run the following code to install the package using devtools:
if(!require(devtools)){
install.packages("devtools") # If not already installed
}
devtools::install_github('EDePasquale/EricasFunctions')
DoubletDecon requires the following R packages:
qc_and_filter(directories, genome = "GRCh38", suffix = "default", min.umis=500, min.genes=250, max.mito=0.3, sig=T, dense=F)
No return value
cell_signatures(coords, expression, signatures, file.path.prefix, cexsize = 1, type = "UMAP", subset = 30:45)
No return value
random_forest <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")
seurat_transfer_data <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")
scpred <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.