Description Usage Arguments Value Examples
assign proteins to a subcellular location using CPA estimates
1 | assignCPAloc(assignLocProps, cutoff = 0.8, Locations)
|
assignLocProps |
matrix of proportion estimates for each protein |
cutoff |
cutoff for assigning a protein to a location |
Locations |
list of subcellular locations |
protLoc assigned location of protein
1 2 3 4 5 6 7 8 | data(protNSA_test)
data(markerListJadot)
refLocationProfilesNSA <- locationProfileSetup(profile=protNSA_test, markerList=markerListJadot, numDataCols=9)
protCPAfromNSA_test <- fitCPA(profile=protNSA_markTLN1,
refLocationProfiles=refLocationProfilesNSA,
numDataCols=9)
Locations <- unique(markerListJadot$referenceCompartment)
table(apply(protCPAfromNSA_test[,1:8],1,assignCPAloc, cutoff=0.8, Locations=Locations))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.