getProteinInfo | R Documentation |
getProteinInfoRaw
get protein info (with translation of columns) from a list of protein
Accessions (uniprot code). Essentially this is a wrapper function for
getProteinInfoRaw
getProteinInfo(
db,
columns = c("Accession", "ProteinGroupIDs", "AbundancesNormalized", "AbundanceRatios",
"AbundanceRatioPValue", "AbundanceRatioAdjPValue"),
proteinAccessions = knockOutProteins()$Accession,
sortorder = "Accession"
)
db |
database access 'handle' |
columns |
allows the selection of columns to take from the table |
proteinAccessions |
defines which protein(s) info will be retrieved (character vector) |
sortorder |
allows for sorting of the resulting data.frame by on of it's columns (default = "Accession") |
a data.frame containing requested data from the protein table after "translation" of the raw columns
this function uses the default
getProteinInfoRaw
function. If more control
over the "translation" of raw columns is needed, then use
getProteinInfoRaw
and do the translation manually
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.