make_SummarizedExperiment_from_tables: make_SummarizedExperiment_from_tables(pheno = NULL, pheno_fn=...

View source: R/make_SummarizedExperiment_from_tables.R

make_SummarizedExperiment_from_tablesR Documentation

make_SummarizedExperiment_from_tables(pheno = NULL, pheno_fn= NULL, counttable = NULL, counttable_fn = NULL, featuretable = NULL, featuretable_fn = NULL, onlysamples = NULL, analysisname = NULL, restricttoLKTs = NULL)

Description

Safely makes a JAMS-compatible SummarizedExperiment object from a phenotable, a counttable and a featuretable.

Usage

make_SummarizedExperiment_from_tables(
  pheno = NULL,
  pheno_fn = NULL,
  counttable = NULL,
  counttable_fn = NULL,
  featuretable = NULL,
  featuretable_fn = NULL,
  onlysamples = NULL,
  analysisname = NULL,
  restricttoLKTs = NULL
)

johnmcculloch/JAMS_BW documentation built on March 29, 2024, 7:56 p.m.