Package: factR 1.14.0

Fursham Hamid

factR: Functional Annotation of Custom Transcriptomes

factR contain tools to process and interact with custom-assembled transcriptomes (GTF). At its core, factR constructs CDS information on custom transcripts and subsequently predicts its functional output. In addition, factR has tools capable of plotting transcripts, correcting chromosome and gene information and shortlisting new transcripts.

Authors:Fursham Hamid [aut, cre]

factR_1.14.0.tar.gz
factR_1.14.0.zip(r-4.7)factR_1.14.0.zip(r-4.6)factR_1.14.0.zip(r-4.5)
factR_1.14.0.tgz(r-4.6-any)factR_1.14.0.tgz(r-4.5-any)
factR_1.14.0.tar.gz(r-4.7-any)factR_1.14.0.tar.gz(r-4.6-any)
factR_1.14.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
factR/json (API)
NEWS

# Install 'factR' in R:
install.packages('factR', repos = c('https://bioc-release.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/fursham-h/factr/issues

Pkgdown/docs site:https://fursham-h.github.io

Datasets:
  • chrom_matched_query_gtf - Chromosome matched version of "query_gtf"
  • domains.known - Example output of predictDomains
  • domains.out - Example output of predictDomains
  • matched_query_gtf - Seqlevels and gene_id matched query data
  • new_query_gtf - Query data containing CDS information
  • query_cds - CDS from 4 transcripts entries of the same gene
  • query_exons - GRangeList of exons from 4 transcripts entries from query_gtf
  • query_gtf - Imported GTF file containing 4 transcript entries of the same gene
  • ref_cds - CDS from 2 reference transcripts entries of the same gene
  • ref_exons - Exons from 2 reference transcripts entries of the same gene
  • ref_gtf - Imported GTF file containing 2 reference transcript entries of the same gene

On BioConductor:factR-1.15.0(bioc 3.24)factR-1.14.0(bioc 3.23)

alternativesplicingfunctionalpredictiongenepredictioncustom-transcriptomesfunctional-annotationgtfrna-seq-analysis

4.30 score 2 stars 8 scripts 14 exports 101 dependencies

Last updated from:245db19a73 (on RELEASE_3_23). Checks:1 NOTE, 2 ERROR, 7 OK. Indexed: no.

TargetResultTimeFilesSyslog
bioc-checksNOTE237
linux-devel-x86_64ERROR370
source / vignettesOK440
linux-release-x86_64OK389
macos-release-arm64OK229
macos-oldrel-arm64OK223
windows-develERROR321
windows-releaseOK272
windows-oldrelOK227
wasm-releaseOK222

Exports:buildCDSfiltereachhas_consistentSeqlevelsimportFASTAimportGTFmatchChromosomesmatchGeneInfomutateeachpredictDomainspredictNMDsorteachsubsetNewTranscriptstrimTranscriptsviewTranscripts

Dependencies:abindAnnotationDbiaskpassassertthatBHBiobaseBiocGenericsBiocIOBiocParallelBiostringsbitbit64bitopsblobcachemcigarilloclicliprcodetoolscowplotcpp11crayoncurldata.tableDBIDelayedArraydplyrdrawProteinsfarverfastmapformatRfutile.loggerfutile.optionsgenericsGenomeInfoDbGenomicAlignmentsGenomicFeaturesGenomicRangesggplot2gluegtablehmshttrIRangesisobandjsonliteKEGGRESTlabelinglambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatsmemoisemimeopensslpbapplypillarpkgconfigpngprettyunitsprogresspurrrR6RColorBrewerRCurlreadrrestfulrRhtslibrjsonrlangRsamtoolsRSQLitertracklayerS4ArraysS4VectorsS7scalesSeqinfosnowSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttzdbUCSC.utilsutf8vctrsviridisLitevroomwiggleplotrwithrXMLXVectoryaml

Using factR

Rendered fromfactR.Rmdusingknitr::rmarkdownon Jun 18 2026.

Last update: 2022-07-04
Started: 2019-12-27

Readme and manuals

Help Manual

Help pageTopics
Reference-guided construction of CDS on GTF objectbuildCDS
Chromosome matched version of "query_gtf"chrom_matched_query_gtf
Example output of predictDomains()domains.known
Example output of predictDomains()domains.out
Internally filter each element of a GenomicRangesListfiltereach
Test consistency of chromosome naming styles (aka seqlevels; e.g. "chr1" vs "1") across multiple objectshas_consistentSeqlevels
Import FASTA file into RimportFASTA
Import GTF file into RimportGTF
Match seqlevels of input GRanges to reference GRanges or BioString objectsmatchChromosomes
Seqlevels and gene_id matched query datamatched_query_gtf
Match gene metadata from query GTF to a reference GTFmatchGeneInfo
Internally create or transform metadata of a GenomicRangesListmutateeach
Query data containing CDS informationnew_query_gtf
Predict protein domain families from coding transcriptspredictDomains
Predict NMD sensitivity on mRNA transcriptspredictNMD
CDS from 4 transcripts entries of the same genequery_cds
GRangeList of exons from 4 transcripts entries from query_gtfquery_exons
Imported GTF file containing 4 transcript entries of the same genequery_gtf
CDS from 2 reference transcripts entries of the same generef_cds
Exons from 2 reference transcripts entries of the same generef_exons
Imported GTF file containing 2 reference transcript entries of the same generef_gtf
Internally sort each element of a GenomicRangesListsorteach
Shortlist GTF GRanges object for new transcriptssubsetNewTranscripts
Resize 5' and 3' ends of a transcript GenomicRangestrimTranscripts
Plot transcripts directly from GTF.viewTranscripts