Skip to content
/ mrnaScan Public

Identify exons and 3'UTR of each reads for bulk/single-cell full-length mRNA-seq

License

Notifications You must be signed in to change notification settings

0CBH0/mrnaScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrnaScan

The Python toolkits designed to identify exons and 3'UTR of each reads for bulk/single-cell full-length mRNA-seq

Installation

python3 -m pip install --upgrade mrnaScan

Usage

# Basic usage
mrnaScan [options] -i <input.bam> -r <reference.gtf>

# For more information
mrnaScan -h

Output

  • *_exon_info.h5: a hdf5 file include count table of pesudo-transcripts and their exon information
  • *_utr_info.tsv: a tab-separated table of 3'utr length of each gene

Features

  • The exons and 3'utr of each reads
  • The pesudo-transcripts defined via the combination of exons
  • The count table of pesudo-transcripts
  • Other feature would be supported in the future ...

About

Identify exons and 3'UTR of each reads for bulk/single-cell full-length mRNA-seq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages