Description Usage Arguments Value Examples
View source: R/determineTissueClasses.R
Determines tissue classes for a set of identified cutoffs
1 |
data |
list, containing data frames with columns key and val |
list with the identified cutoffs
1 2 3 4 | data <- data.frame(
key=c(823,623,923,723,1023,323,1113,123),
val=c(0.0027, 0.0021, 0.0020, 0.0020, 0.0013, 0.0012, 0.0004, 0.0001))
determineTissueClasses(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.