tileCensus | R Documentation |
Perform census on tile to determine what mutations are present
tileCensus(
tile,
allTiles,
maxChanges,
nsAllMeans,
isFrameshift,
isInFrameIndel,
numChanges
)
tile |
the tile number being analyzed |
allTiles |
table containing all tiles |
maxChanges |
maximum number of mutations allowed on x-axis of plot |
nsAllMeans |
table with mean frequency across nonselect technical replicates |
isFrameshift |
vector containing flags of whether a variant is a frameshift |
isInFrameIndel |
vector containing flags of whether a variant is an indel |
numChanges |
vector containing number of nucleotide changes in a given mutational context |
table containing population breakdown of variant types within tile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.