validate.annot: Validate Annotation Table

Description Usage Arguments Details References

View source: R/validate.input.R

Description

Ensure that an annotation has all of the required columns.

Usage

1
2
3
4
5
6
7
8
9
validate.annot(
  data,
  annot,
  annot.flags,
  sample.id,
  fill = "CPM",
  baseline.flag = NULL,
  baseline.val = NULL
)

Arguments

data

The input count data.

annot

The annotation dataframe.

annot.flags

The vector of annotation flags passed by the user.

sample.id

Sample id label to check if in annot.

fill

The fill value indicated by the user,"count" or "CPM".

baseline.flag

The baseline.flag passed by the user.

baseline.val

The baseline value passed by the user.

Details

The function will check the following:

References

Xingpeng Li, Tatiana Gelaf Romer & Siddhartha Pachhai RVA - RNAseq Visualization Automation tool.


RVA documentation built on Nov. 2, 2021, 1:06 a.m.