get_sample_wildcards.Rd
Get wildcards for a sample_id/seq_type combination.
get_sample_wildcards(this_sample_id, seq_type)
The sample ID of interest.
The desired seq type, e.g genome/capture.
Nothing.
Return sample wildcards, useful for getting wildcard information necessary for retrieving sample-level flat-files with glue.
get_sample_wildcards(this_sample_id = "00-15201_tumorA",
seq_type = "genome")
#> $tumour_sample_id
#> [1] "00-15201_tumorA"
#>
#> $normal_sample_id
#> [1] "00-15201_normal"
#>
#> $seq_type
#> [1] "genome"
#>
#> $pairing_status
#> [1] "matched"
#>
#> $genome_build
#> [1] "grch37"
#>
#> $unix_group
#> [1] "gambl"
#>