Description Usage Arguments Value Examples
The metadata associated with data files to be analyzed in ALTRE is supplied as a CSV file. The software will automatically retrieve the file path of input CSV so it is important that all analysis files are in the same folder as CSV file. If there are greater than two sample types in the file, two samples must be selected for analysis using the paramaters sample1 and sample2. This software can only compare two samples at a time.
1 | loadCSVFile(csvPath, sample1 = NULL, sample2 = NULL)
|
csvPath |
csvPath |
sample1 |
optional, select first sample to use if >2 samples are in csv file |
sample2 |
optional, select second sample to use if >2 samples are in csv file |
dataframe of CSV file
1 2 3 4 | ## Not run:
csvfile <- loadCSVFile(csvPath = "DNaseEncodeExample.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.