Skip to content

Commit b885559

Browse files
authored
2016->2017
1 parent 3b37cd2 commit b885559

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

man/fccac.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010

1111
\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) }
1515
\item{splines}{ Number of cubic B-splines used to smooth the data and to estimate the canonical variate weight functions (default: 15) }
1616
\item{nbins}{ Integer value representing the number of bins that should be used for each window (default: 100) }
1717
\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,5 +55,6 @@
5555
head(fc)
5656

5757
setwd(owd)
58+
5859
}
5960
}

0 commit comments

Comments
 (0)