get_lymphgen.Rd
Get a specific flavour of LymphGen from the main GAMBL outputs.
get_lymphgen(
these_samples_metadata,
flavour,
return_feature_matrix = FALSE,
return_feature_annotation = FALSE,
lymphgen_file,
keep_all_rows = FALSE,
keep_original_columns = FALSE
)
A metadata table to auto-subset the data to samples in that table before returning.
Lymphgen flavour.
Boolean parameter, default is FALSE.
Boolean parameter, default is FALSE.
Path to lymphgen file.
Boolean parameter, default is FALSE.
Boolean parameter, default is FALSE.
A data frame.
Get a specific flavour of LymphGen from the main GAMBL outputs and tidy the composites. Optionally return a matrix of features instead
if (FALSE) {
lymphgens = get_lymphgen(flavour = "no_cnvs.no_sv.with_A53")
}