Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support study and pipeline to get_coding_ssm #96

Merged
merged 7 commits into from
Dec 4, 2024
Merged

Conversation

Kdreval
Copy link
Contributor

@Kdreval Kdreval commented Nov 22, 2024

This is to resolve #95
Here is a minimal rep example:

metadata <- get_gambl_metadata(
    seq_type_filter = "capture"
) %>%
filter(cohort == "dlbcl_reddy")

maf_slms3 <- get_coding_ssm(
    this_seq_type="capture",
    these_samples_metadata = metadata
)

maf_original <- get_coding_ssm(
    this_seq_type="capture",
    these_samples_metadata = metadata,
    tool_name = "publication"
)

> table(maf_slms3$Pipeline)

SLMS-3 
 13833 
> table(maf_original$Pipeline)

Publication 
       4739 

@Kdreval Kdreval merged commit c200369 into master Dec 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make get_coding_ssm function to work with the pipeline argument
1 participant