Calls one of noisyr_counts or noisyr_transcript, with the specified parameters.
See the individual function documentation for more details and required arguments:
noisyr_counts
, noisyr_transcript
noisyr(approach.for.similarity.calculation = c("counts", "transcript"), ...)
approach.for.similarity.calculation | which approach to use for the similarity calculation; defaults to counts |
---|---|
... | arguments to be passed on to noisyr_counts or noisyr_transcript; see their documentation for more details and required arguments |
For the counts approach, the denoised expression matrix. For the transcript approach, the numeric vector of noise thresholds per sample. For more details, see their respective documentation.
#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#> [,1] [,2] [,3] [,4] [,5] #> [1,] 2 22 42 62 82 #> [2,] 3 23 43 63 83 #> [3,] 4 24 44 64 84 #> [4,] 5 25 45 65 85 #> [5,] 6 26 46 66 86 #> [6,] 7 27 47 67 87 #> [7,] 8 28 48 68 88 #> [8,] 9 29 49 69 89 #> [9,] 10 30 50 70 90 #> [10,] 11 31 51 71 91 #> [11,] 12 32 52 72 92 #> [12,] 13 33 53 73 93 #> [13,] 14 34 54 74 94 #> [14,] 15 35 55 75 95 #> [15,] 16 36 56 76 96 #> [16,] 17 37 57 77 97 #> [17,] 18 38 58 78 98 #> [18,] 19 39 59 79 99 #> [19,] 20 40 60 80 100 #> [20,] 21 41 61 81 101