Read10X_Norm | R Documentation |
This function allows you to express your love of cats.
Read10X_Norm( matrix.DIR, saveDIR, Sample, Species = "hsa", mincells = 3, mingenes = 500, mtpercent = 20, rbpercent = 50, FeatureUseCount = 2500, plots = TRUE, save = TRUE )
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 |
Read10X_Norm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.