Skip to content

Commit

Permalink
Merge pull request #4 from NIDAP-Community/initial_filter_qc
Browse files Browse the repository at this point in the history
Update namespace
  • Loading branch information
ruiheesi authored Nov 15, 2022
2 parents d5113f3 + fd74f19 commit ac05afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(Filter_and_QC)
import(RColorBrewer)
import(Seurat)
import(ggplot2)
Expand Down
2 changes: 2 additions & 0 deletions R/Filter_and_QC.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#' @import svglite
#' @import ggplot2
#'
#' @export
#'
#' @return Seurat Objects, Filters and Plots QC (before and after filtering) on samples. Takes a dataset of filtered h5 files (each representing one sample), and performs basic QC across several metrics. Also puts the data into a Seurat Object, the basic data structure for Seurat Single Cell analysis. This template is Step 1 of the basic Single-Cell RNA-seq workflow.


Expand Down

0 comments on commit ac05afc

Please sign in to comment.