listTumorFractions {acnr} | R Documentation |
List of available tumor fractions for a data set
listTumorFractions(dataSet)
dataSet |
The name of a data set from the package, see listDataSets |
A numeric vector, the available tumor fractions for a data set
dataSets <- listDataSets()
fracs <- listTumorFractions(dataSets[1])