Description Usage Arguments Value See Also Examples
This function uses data_rscreen and a threshold object and returns a
vector of proportions of scores included in core sets, per replicate. It can also
create a barplot of the computed proportions.
It is typically used when a my_gamma
is chosen to select core sets,
yielding a check on the built sets.
1 | get.inv.set.prop(data_rscreen, th_obj, plot = FALSE, cols_list = NULL)
|
data_rscreen |
an object of class 'rscreen.object', either yielded by |
th_obj |
object containing thresholds per replicate, as returned by
|
plot |
logical, indicating if a barplot is to be made of the result. Defaults
to |
cols_list |
vector of colours to be used for the barplot, so if given it must
be as long as the number of columns in data_only slot of data_rscreen. If |
A vector as long as the number of columns in the data_only slot of data_rscreen,
with each entry corresponding to the proportion of scores included in an core set.
If plot = TRUE
, makes also a barplot of the computed proportions.
get.inv.set
the wrapper function that yields core sets,
get.th.inv.set
that produces the thresholds per replicate, get.rscreenorm
to normalize data from multiple screens using core sets and get.leth.scores
to compute scores that make observations in different screens comparable.
1 | # See vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.