powered by
editSmc(smcList, attName = "creator", newAtt = "changed!!")
datadir <- system.file("extdata", package = "PGSEA") sample <- readGmt(file.path(datadir, "sample.gmt")) str(sample[1:2]) temp <- editSmc(sample[1:2],"creator","Joe Smith") str(temp)
Run the code above in your browser using DataLab