Get_offtarget: Evaluating the offtarget effect of sgRNAs.

Description Usage Arguments Details Value Author(s) References

View source: R/MASCOT.R

Description

sgRNA offtarget effect may exist for these novel type of data due to the application of CRISPR knockout screening technique. By our analysis for such data, offtargets were not found, so you may skip this step if you want to save time or you don't have sgRNA sequence . The pipeline works fine even though this step isn't performed.

Usage

1
Get_offtarget(offTarget_results, expression_profile, sample_info_gene, sample_info_sgRNA)

Arguments

offTarget_results

The result calculated by another R package CRISPRseek.

expression_profile

A dataframe showing the expression profile after all the filterings.

sample_info_gene

A character vector showing the knockout gene of each sample after all the filterings.

sample_info_sgRNA

A character vector showing the sgRNA detected in each sample after all the filterings.

Details

MASCOT integrates sgRNA sequence information with its corresponding knockout gene expression to determine whether this sgRNA has induced the off-target effect. 1). CRISPRseek is performed to predict possible off-targets based on the sgRNA sequence information. 2). The correlations of expression values between the corresponding knockout gene and the possible off-targets are calculated for the case and control respectively. 3). If a significantly increasing of correlations between case and control is detected, the possible off-target effect for this knockout is reported in MASCOT.

Value

A hash table showing the knockout genes and their corresponding offtargets obtained.

Author(s)

Bin Duan

References

Zhu LJ, Holmes BR, Aronin N, Brodsky MH. CRISPRseek: a bioconductor package to identify target-specific guide RNAs for CRISPR-Cas9 genome-editing systems. PloS one. 2014;9(9):e108424 doi: 10.1371/journal.pone.0108424


BinDuan/MASCOT documentation built on May 23, 2019, 2:42 p.m.