Description Usage Arguments Details Value Author(s) Examples
Function to do add weights to the data points in a data frame. At the time being 0 means excluded and everything >0 means included.
1 |
df |
data frame from cellHTS2df |
exclude |
which type of data should be excluded from analysis. |
See also vignette for information about different "Type" types.
A data frame with an added column 'weight'
Elin Axelsson
1 2 3 4 5 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
##stupid example
df = weightDf(df,exclude="controlN2")
head(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.