Description Usage Arguments Author(s) Examples
The analysis pipeline of peptide display data
1 2 3 4 5 6 | PeptideDisplayPipe(fastqs = NULL, rawcount = NULL, proj = "Peptide",
outdir = "./", pwAlignRes = NULL,
pwAlignRDS = "Bacterial_Display_Mmu.rds", top = 1000,
topnames = c("PDCD1", "CTLA4", "PD1L1", "PD1L2"), ctl = 1, trt = 2,
peplen = 12, distrAA = FALSE, nperm = 30, core = 2,
refseq_fa = "~/Jobs/Project/XunBaihui/_Data/6_PhageDisplay/Mmu_Proteosome/UP000000589_10090.fasta")
|
fastqs |
A vector of path to fastq files. |
rawcount |
Raw count matrix. |
proj |
Character, can be the experiment name. |
outdir |
The path to output directory. |
pwAlignRes |
A data frame. |
pwAlignRDS |
The path to pairwise alignment dictionary. |
top |
Integer, specifying the number of top peptides to be selected. |
topnames |
A vector of proteins to be labeled. |
ctl |
Index of controls. |
trt |
Index of treatments. |
peplen |
The length of peptides in the library. |
distrAA |
Boolean, indicating whether test the distribution of AA in peptides. |
nperm |
The permutation time. |
core |
The number of core to use. |
refseq_fa |
The path to refseq fasta file. |
Wubing Zhang
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.