summary-pmartRseq: Produce a basic summary of an pmartRseq S3 Object

Description Usage Arguments Value Author(s) Examples

Description

This function will provide basic summary statistics about an object of the class seqData.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## S3 method for class 'seqData'
summary(omicsData)

## S3 method for class 'countSTAT_results'
summary(pmartRseq_results)

## S3 method for class 'alphaRes'
summary(pmartRseq_results)

## S3 method for class 'evenRes'
summary(pmartRseq_results)

## S3 method for class 'richRes'
summary(pmartRseq_results)

## S3 method for class 'abunRes'
summary(pmartRseq_results)

## S3 method for class 'jaccardRes'
summary(pmartRseq_results)

## S3 method for class 'effspRes'
summary(pmartRseq_results)

## S3 method for class 'countFilter'
summary(pmartRseq_results, min_num = NULL)

## S3 method for class 'indspRes'
summary(pmartRseq_results)

## S3 method for class 'paRes'
summary(pmartRseq_results)

Arguments

omicsData

an object of the class 'seqData' created by as.seqData

min_num

An integer value specifying the minimum number of fn counts a feature must have to be kept for statistical analysis. If fn="percent", give the decimal number, not the percentage.

Value

a list of elements

Author(s)

Lisa Bramer, Kelly Stratton, Allison Thompson

Examples

1
2
3
4
5
6
## Not run: 
library(mintJansson)
data(rRNA_data)
summary(rRNA_data)

## End(Not run)

pmartR/pmartRseq documentation built on May 25, 2019, 9:20 a.m.