read_fragpipe | R Documentation |
Read fragpipe
read_fragpipe(
dir = getwd(),
file = if (is_file(dir)) dir else file.path(dir, "combined_protein.tsv"),
contaminants = FALSE,
verbose = TRUE
)
dir |
directory with 'combined_protein.tsv' |
file |
'combined_protein.tsv' (full path) |
contaminants |
whether to include contaminants |
verbose |
whether to msg |
SummarizedExperiment
file <- download_data('multiorganism.combined_protein.tsv')
object <- read_fragpipe(file = file)
object
fdt(object)
sdt(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.