nonmissing_per_group {pmartR} | R Documentation |
Computes the Number of Non-Missing Data Points by Group
Description
This function computes the number of non-missing observations for samples, based on a group designation, for every biomolecule in the dataset
Usage
nonmissing_per_group(omicsData)
Arguments
omicsData |
an optional object of one of the classes "pepData",
"proData", "metabData", "lipidData", or "nmrData", usually created by
|
Value
a list of length two. The first element giving the total number of
possible samples for each group. The second element giving a
data.frame with the first column giving the peptide and the second
through kth columns giving the number of non-missing observations for
each of the k
groups.
Author(s)
Lisa Bramer, Kelly Stratton
[Package pmartR version 2.4.5 Index]