locationProfileSetup | R Documentation |
Set up reference profiles for constrained proportional assignment
locationProfileSetup(profile, markerList, numDataCols)
profile |
data frame of specified protein(row name) profiles |
markerList |
list of reference proteins and their subcellular locations |
numDataCols |
number of fractions in each profile |
A data frame of profiles of the subcellular locations
data(protNSA_test)
data(markerListJadot)
refLocProfNSA_out <- locationProfileSetup(profile=protNSA_test,
markerList=markerListJadot, numDataCols=9)
round(head(refLocProfNSA_out), digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.