Skip to content

Commit cf87d1b

Browse files
author
chaodengusc
committed
remove the dataset and its document
1 parent a35e85b commit cf87d1b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

man/WGS.Rd

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
\name{Whole-genome sequencing datasets}
2+
\alias{Whole-genome sequencing datasets}
3+
\docType{data}
4+
\title{Whole-genome sequencing datasets}
5+
\description{Whole-genome sequencing datasets from Chen et al. (2017).
6+
}
7+
\references{
8+
Chen, C., Xing, D., Tan, L., Li, H., Zhou, G., Huang, L., & Xie, X. S. (2017).
9+
Single-cell whole-genome analyses by Linear Amplification via Transposon
10+
Insertion (LIANTI). Science, 356(6334), 189-194.
11+
}
12+
13+
\details{
14+
A two-column matrix.
15+
The first column is the frequency \eqn{j = 1,2,\dots}; and the second column
16+
is \eqn{n_j}, the number of unique words appeared \eqn{j}
17+
times in Shakespeare's work. The original raw data is from Chen et al (2017).
18+
The raw data is then aligned to the human genome to obtain the coverage
19+
histograms.
20+
}
21+
22+
\examples{
23+
##load library
24+
library(preseqR)
25+
26+
##load data
27+
data(WGS)
28+
}
29+
30+
\keyword{ data }

0 commit comments

Comments
 (0)