GetData: GetData

Description Usage Arguments Value

View source: R/AutoAnnotationFunctions.R

Description

The function will first judge wether the input data is a dataset (matrix, data.frame, list, array) or a link. For a dataset, it converts the input data to a data.frame. For a link, it checks the type of the file and read accordingly. Acceptable extensions include 'txt', 'tsv', 'csv'

Usage

1
GetData(myData)

Arguments

myData

Either a dataset, or a link to the dataset

Value

Data in the format of data frame or NULL for anything illegal


shihikoo/AutoAnnotation documentation built on April 3, 2021, 10:58 a.m.