samples
Class that holds a collection of Sample objects and defines methods for batch processing.
Functions
|
Reads all .csv files in the directory provided, supposing they are SigDF from SeSAMe saved as csv files. |
|
Reads IDAT files for each sample in the provided sample sheet, organizes the data by sample name and channel, and returns a dictionary with the IDAT data and the label column name. |
|
Search for idat files in the datadir through all sublevels. |
Classes
|
Samples objects hold sample methylation signal in a dataframe, as well as annotation information, sample sheet data and probes masks. |