View source: R/filter_summary.R
summary.totalCountFilt | R Documentation |
Provide summary of a totalCountFilt S3 object
## S3 method for class 'totalCountFilt'
summary(object, min_count = NULL, ...)
object |
S3 object of class 'totalCountFilt' created by
|
min_count |
numeric value greater than 1 and less than the value given by filter_object$Total_Count. Values below min_count are filtered out. Default value is NULL. |
... |
further arguments passed to or from other methods |
a summary of the Total Count values, number of zero values, and non-zero values. If a min_count is provided the biomolecules that would be filtered at this threshold are reported.
Rachel Richardson
total_count_filter
library(pmartRdata)
myfilt <- total_count_filter(omicsData = rnaseq_object)
summary(myfilt, min_count = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.