Read10X_Norm: A Read10X_Norm Function

View source: R/Read10X_Norm.R

Read10X_NormR Documentation

A Read10X_Norm Function

Description

This function allows you to express your love of cats.

Usage

Read10X_Norm(
  matrix.DIR,
  saveDIR,
  Sample,
  Species = "hsa",
  mincells = 3,
  mingenes = 500,
  mtpercent = 20,
  rbpercent = 50,
  FeatureUseCount = 2500,
  plots = TRUE,
  save = TRUE
)

Arguments

matrix.DIR

Path to 10X directory.

saveDIR

Path to save Quality plots and RDS data.

Sample

Sample Name.

Species

Species Name. Valid options are hsa or mmu

mincells

Include features detected in at least this many cells. Will subset the counts matrix as well. To reintroduce excluded features, create a new object with a lower cutoff.

mingenes

Include cells where at least this many features are detected.

mtpercent

Include cells reporting at most this much mitochondrial transcript percentage.

rbpercent

Include cells reporting at most this much ribosomal transcript percentage.

FeatureUseCount

Number of features to select as top variable features; only used when selection.method is set to 'dispersion' or 'vst'

plots

Save QC plots

save

Save RDS Seurat object

Examples

Read10X_Norm()

parveendabas/SCA documentation built on Sept. 19, 2022, 8:31 a.m.