import_proteomics_PD | R Documentation |
Import data from Proteomics Discoverer
import_proteomics_PD(
xlsx,
sheet = 1,
import_types = c("protein", "peptide"),
ann_lib = c("org.Hs.eg.db"),
curation_txt = NULL,
remove_duplicate_peptides = TRUE,
accession_from = NULL,
accession_to = NULL,
xref_df = NULL,
verbose = FALSE,
...
)
xlsx |
|
sheet |
|
import_types |
|
ann_lib |
|
curation_txt |
|
remove_duplicate_peptides |
|
accession_from , accession_to |
|
xref_df |
|
verbose |
|
... |
additional arguments are ignored. |
This function is intended to provide a series of steps that import
proteomics abundance data produced by Proteomics Discoverer (PD)
and return a SummarizedExperiment
object ready for downstream
analysis.
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_mascot()
,
import_salmon_quant()
,
process_metab_compounds_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.