R/W303.R

#' Sequence read coverage ratios for wild type S.cerevisiae W303
#'
#' Sequence read coverage ratios for wild type sample
#' (T7107 strain). The cells were stained with DNA dye and sorted
#' based on DNA content into S or G2/M phase fractions. Extracted
#' DNA was sequenced and mapped to sacCer3 genome. Unique reads
#' for replicating (S) and non-replicating (G2/M) samples were
#'  calculated in 1 kb genomic bins. The ratio was created by
#' dividing 'score' values from replicating sample by non-
#' replicating sample 'score' values, adjusted by total number
#' of reads.
#'
#' @docType data
#'
#' @usage data(W303)
#'
#' @format data frame with 11350 rows and 7 variables:
#' \describe{
#'		\item{chrom}{short chromosome name}
#'		\item{chromStart}{left chromosome coordinate}
#'		\item{chromEnd}{right chromosome coordinate}
#'		\item{name.rep}{replicating sample name}
#'		\item{name.nonRep}{non-replicating sample name}
#'		\item{ratio}{ratio value in the current bin}
#'		\item{ratioFactor}{adjustment factor used for the current ratio}
#'	}
#'
#' @keywords datasets sortSeq bed coverage
#'
#' @references Natsume et al. (2013) Mol Cell 50(5):661-74
#' (\href{https://pubmed.ncbi.nlm.nih.gov/23746350}{PubMed})
#'
#' @source S phase sample: \href{https://www.ncbi.nlm.nih.gov/sra/SRX204358}{SRA};
#' G2 sample: \href{https://www.ncbi.nlm.nih.gov/sra/SRX204357}{SRA}
#'
#' @examples
#' data(W303)
"W303"

Try the Repliscope package in your browser

Any scripts or data that you put into this service are public.

Repliscope documentation built on Sept. 13, 2022, 9:05 a.m.