import_proteomics_mascot | R Documentation |
Import proteomics data from Mascot
import_proteomics_mascot(
file,
sheet = 1,
ann_lib = c("org.Hs.eg.db", "org.Mm.eg.db", "org.Rn.eg.db"),
curation_txt = NULL,
accession_from = NULL,
accession_to = NULL,
xref_df = NULL,
measurements = c("totalIntensity", "numSpectra"),
accession_colname = "accession",
delim = "[/]",
try_list = c("SYMBOL2EG", "ACCNUM2EG", "UNIPROT2EG", "ENSEMBLPROT2EG", "ALIAS2EG"),
verbose = FALSE,
...
)
file |
|
sheet |
|
ann_lib |
|
curation_txt |
|
accession_from , accession_to |
|
xref_df |
|
verbose |
|
... |
additional arguments are passed to |
SummarizedExperiment
object
Other jam import functions:
coverage_matrix2nmat()
,
deepTools_matrix2nmat()
,
frequency_matrix2nmat()
,
import_lipotype_csv()
,
import_metabolomics_niehs()
,
import_nanostring_csv()
,
import_nanostring_rcc()
,
import_nanostring_rlf()
,
import_omics_data()
,
import_proteomics_PD()
,
import_salmon_quant()
,
process_metab_compounds_file()
# TODO: replace with smaller test data in the appropriate format
mascot_file <- file.path(path.expand("~/Projects/Hu/hu_msprot_turboid"),
"Lackford_all_090822.xlsx")
protein_df <- jamba::readOpenxlsx(mascot_file, sheet=1)[[1]];
se <- import_proteomics_mascot;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.