checkpData: Checks the sampleinfo file Reads the excelsheet containing...

View source: R/checkpData.R

checkpDataR Documentation

Checks the sampleinfo file Reads the excelsheet containing sample information, performs sanity checks and generates pData

Description

Checks the sampleinfo file Reads the excelsheet containing sample information, performs sanity checks and generates pData

Usage

checkpData(file, type)

Arguments

file

: path to the inputfile

type

: Input type. Can be a dataframe or a csv file. Options are df and csv

Value

Dataframe with pData

Examples

checkpData(file="/home/user/file.csv",type="csv")
checkpData(file=dataframe,type="df")

Morriseylab/ExpressExtras documentation built on April 2, 2022, 9:36 a.m.