This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' filter_replicate_samples | |
| #' | |
| #' Function to filter technical replicates in TCGA samples | |
| #' Doc: https://gist.github.com/alexllc/8dcd229ed3ad7f069e92dc30d5eac83a | |
| #' | |
| #' @source \url{http://gdac.broadinstitute.org/runs/stddata__2014_01_15/samples_report/READ_Replicate_Samples.html} | |
| #' @param bcr list of barcodes | |
| #' @param verbose print out which barcodes are kept and which ones are filtered | |
| #' | |
| #' @return subset of the list of barcodes |
NewerOlder