getStudyFilename {Risa} | R Documentation |
Retrieves the study filename to which an assay.filename corresponds.
getStudyFilename(isa, assay.filename)
isa |
an object from the |
assay.filename |
a string with the filename of an assay |
a string with the study filename.
Alejandra Gonzalez-Beltran
ISATab-class
faahkoISA <- readISAtab(find.package("faahKO")) getStudyFilename(faahkoISA, faahkoISA@assay.filenames[[1]])