inferStrain | R Documentation |
Infer strain information for mouse array
inferStrain(
sdf,
return.strain = FALSE,
return.probability = FALSE,
return.pval = FALSE,
min_frac_dt = 0.2,
verbose = FALSE
)
sdf |
SigDF |
return.strain |
return strain name |
return.probability |
return probability vector for all strains |
return.pval |
return p-value |
min_frac_dt |
minimum fraction of detected signal (DEFAULT: 0.2) otherwise, we give up strain inference and return NA. |
verbose |
print more messages |
a list of best guess, p-value of the best guess and the probabilities of all strains
sesameDataCache() # if not done yet
sdf <- sesameDataGet('MM285.1.SigDF')
inferStrain(sdf, return.strain = TRUE)
sdf.strain <- inferStrain(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.