File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
\arguments {
12
- \item {peaks }{ BED file. Column 1 : chr , Column 2 : start , Column 3 : end (REQUIRED ). }
13
- \item {bigwigs }{ A vector of characters containing the path to bigwigs files. Replicates of the same samples should be entered consecutive one another (REQUIRED ). }
14
- \item {labels }{ IDs for each sample. Replicates should have the same label and be ordered (vector of characters , REQUIRED ) }
12
+ \item {peaks }{ BED file. Column 1 : chr , Column 2 : start , Column 3 : end (Required ). }
13
+ \item {bigwigs }{ A vector of characters containing the path to bigwigs files. Replicates of the same samples should be entered consecutive one another (Required ). }
14
+ \item {labels }{ IDs for each sample. Replicates should have the same label and be ordered (vector of characters , Required ) }
15
15
\item {splines }{ Number of cubic B - splines used to smooth the data and to estimate the canonical variate weight functions (default : 15 ) }
16
16
\item {nbins }{ Integer value representing the number of bins that should be used for each window (default : 100 ) }
17
17
\item {ncan }{ Number of canonical components to report in the results. It cannot be higher than number of splines or the number of peaks (default : 15 ) }
55
55
head(fc )
56
56
57
57
setwd(owd )
58
+
58
59
}
59
60
}
You can’t perform that action at this time.
0 commit comments