campbio / scruff

Single Cell RNA-seq UMI Filtering Facilitator
http://bioconductor.org/packages/scruff/
Other
8 stars 9 forks source link

Check the validity of input cell barcode (validCb) #131

Closed zhewa closed 4 years ago

lintr-bot commented 4 years ago

R/scruffFunctions.R:284:1: style: Lines should not be more than 80 characters.

​.tenxCheckCellBarcodes <- function(bam, validCb, yieldSize = 10000, tags = "CB") {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
codecov-io commented 4 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #131   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           9      9           
  Lines        1810   1740   -70     
=====================================
+ Misses       1810   1740   -70
Impacted Files Coverage Δ
R/alignRsubread.R 0% <ø> (ø) :arrow_up:
R/scruffFunctions.R 0% <0%> (ø) :arrow_up:
R/tenxBamqc.R 0% <0%> (ø) :arrow_up:
R/gview.R 0% <0%> (ø) :arrow_up:
R/demultiplex.R 0% <0%> (ø) :arrow_up:
R/countUMI.R 0% <0%> (ø) :arrow_up:
R/scruff.R 0% <0%> (ø) :arrow_up:
R/qcplots.R 0% <0%> (ø) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd8a1c6...fb4ded9. Read the comment docs.