Skip to content

Commit

Permalink
feat: fewer print mesaaages in BCCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
visze committed Mar 28, 2022
1 parent 8871dcd commit c689b5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions workflow/scripts/count/BCCounts_betweenReplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ num_replicates=length(replicates)
data <- data.frame(File=files,Replicate=replicates)
data$Condition <- cond

print(data)





getOverlapStats <- function(data1,data2,condition,r1,r2){
sData1 <- data1 %>% summarize(size=n(), count=sum(Counts))
Expand Down Expand Up @@ -89,7 +84,6 @@ getOverlapStats <- function(data1,data2,condition,r1,r2){
readData <- function(file) {
data <- read.table(file,sep="\t",as.is=T,header=F,stringsAsFactors = F)
colnames(data) <- c("Barcode","Counts")
print(data)
return(data)
}

Expand Down

0 comments on commit c689b5b

Please sign in to comment.