Description Usage Arguments Value Examples
Carry out constrained proportional assignment on all proteins
1 2 3 4 5 6 7 8 9 10 |
profile |
a data frame of protein names (row names) and relative abundance levels. |
refLocationProfiles |
A matrix giving the abundance level profiles of the subcellular locations |
numDataCols |
Number of channels of abundance levels |
startProps |
starting valuese for proportional assignements; set equal if this is null (default) |
maxit |
maximum number of iterations (default is 10000) |
showProgress |
print out progress if TRUE, the default |
ind.vary |
if not NULL, indexes of parameters to allow to vary |
minVal |
default is false. If true, return minimum value of goodness of fit |
assignProbsOut Data frame of proportionate assignments of each protein to compartments
1 2 3 4 5 6 | data(protNSA_test)
data(markerListJadot)
refLocationProfilesNSA <- locationProfileSetup(profile=protNSA_test, markerList=markerListJadot, numDataCols=9)
protCPAfromNSA_test <- fitCPA(profile=protNSA_markTLN1,
refLocationProfiles=refLocationProfilesNSA,
numDataCols=9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.