File: barcodes.to.reads.Rd

package info (click to toggle)
r-cran-tcr 2.3.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 2,316 kB
  • sloc: cpp: 187; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataproc.R
\name{barcodes.to.reads}
\alias{barcodes.to.reads}
\title{Rearrange columns with counts for clonesets.}
\usage{
barcodes.to.reads(.data)
}
\arguments{
\item{.data}{Data frame with columns "Umi.count" and "Read.count".}
}
\value{
Data frame with new "Read.count" and "Percentage" columns.
}
\description{
Replace Read.count with Umi.count, recompute Percentage and sort data.
}