Description Usage Arguments Value Examples
Checks the sampleinfo file Reads the excelsheet containing sample information, performs sanity checks and generates pData
1 |
file |
: path to the inputfile |
type |
: Input type. Can be a dataframe or a csv file. Options are df and csv |
Dataframe with pData
1 2 | checkpData(file="/home/user/file.csv",type="csv")
checkpData(file=dataframe,type="df")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.