README.md

Erica's Functions

A comprehensive set of functions written by or frequently used by Erica DePasquale in her bioinformatics work. Use at your own risk!

Installation

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')

Dependencies

DoubletDecon requires the following R packages:

Usage

qc_and_filter()

qc_and_filter(directories, genome = "GRCh38", suffix = "default", min.umis=500, min.genes=250, max.mito=0.3, sig=T, dense=F)

Arguments

Value

No return value

cell_signatures()

cell_signatures(coords, expression, signatures, file.path.prefix, cexsize = 1, type = "UMAP", subset = 30:45)

Arguments

Value

No return value

random_forest()

random_forest <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")

Arguments

seurat_transfer_data()

seurat_transfer_data <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")

Arguments

scpred()

scpred <- function(reference, datasets, results_name="results", ordering_vector="none", cluster_names="none", cluster_colors="none")

Arguments



EDePasquale/Ericas_Functions documentation built on Dec. 17, 2021, 5:38 p.m.