Object

nl.biopet.tools.basecounter

BaseCounter

Related Doc: package basecounter

Permalink

object BaseCounter extends ToolCommand[Args]

Linear Supertypes
ToolCommand[Args], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseCounter
  2. ToolCommand
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Counts extends AnyRef

    Permalink
  2. class GeneCount extends AnyRef

    Permalink
  3. class RegionCount extends AnyRef

    Permalink
  4. class TranscriptCount extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aboutText: String

    Permalink
    Definition Classes
    ToolCommand
  5. def argsParser: ArgsParser

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bamRecordBasesOverlap(samRecord: SAMRecord, start: Int, end: Int, counts: Counts, sense: Boolean): Int

    Permalink
  8. def bamRecordBasesOverlap(samRecord: SAMRecord, start: Int, end: Int): Int

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cmdArrayToArgs(args: Array[String]): Args

    Permalink
    Definition Classes
    ToolCommand
  11. def contactText: String

    Permalink
    Definition Classes
    ToolCommand
  12. def contributingText: String

    Permalink
    Definition Classes
    ToolCommand
  13. def createMetaExonCounts(genes: List[Gene]): List[(String, RegionCount)]

    Permalink
  14. def descriptionText: String

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  15. def documentationText: String

    Permalink
    Definition Classes
    ToolCommand
  16. def emptyArgs: Args

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def example(args: String*): String

    Permalink
    Definition Classes
    ToolCommand
  20. def exampleText: String

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def generateDocumentation(outputDirectory: File, version: String, release: Boolean): Unit

    Permalink
    Definition Classes
    ToolCommand
  23. def generateMergedExonRegions(gene: Gene): BedRecordList

    Permalink
  24. def generateReadme(outputFile: File): Unit

    Permalink
    Definition Classes
    ToolCommand
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def groupGenesOnOverlap(genes: Iterable[Gene]): Map[String, List[List[Gene]]]

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def installationText: String

    Permalink
    Definition Classes
    ToolCommand
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def logger: Logger

    Permalink
    Definition Classes
    Logging
  31. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  32. def mainPageContents: List[(String, String)]

    Permalink
    Definition Classes
    ToolCommand
  33. def manualText: String

    Permalink
    Definition Classes
    BaseCounter → ToolCommand
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def readmeContents: List[(String, String)]

    Permalink
    Definition Classes
    ToolCommand
  38. def samRecordStrand(samRecord: SAMRecord, strand: Boolean): Boolean

    Permalink
  39. def samRecordStrand(samRecord: SAMRecord, gene: Gene): Boolean

    Permalink
  40. def sparkExample(args: String*): String

    Permalink
    Definition Classes
    ToolCommand
  41. def sparkUnsafeExample(args: String*): String

    Permalink
    Definition Classes
    ToolCommand
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def toolName: String

    Permalink
    Definition Classes
    ToolCommand
  45. def unsafeExample(args: String*): String

    Permalink
    Definition Classes
    ToolCommand
  46. def urlToolName: String

    Permalink
    Definition Classes
    ToolCommand
  47. def usageText: String

    Permalink
    Definition Classes
    ToolCommand
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def writeExonCount(genes: List[GeneCount], outputDir: File, prefix: String): Unit

    Permalink

    This will write counts on each exon

  52. def writeGeneCounts(genes: List[GeneCount], outputDir: File, prefix: String): Map[String, Map[String, Long]]

    Permalink

    This function will write all counts that are concatenated on gene level.

    This function will write all counts that are concatenated on gene level. Each line is 1 gene. Exonic: then it's seen as an exon on 1 of the transcripts Intronic: then it's not seen as an exon on 1 of the transcripts Exonic + Intronic = Total

  53. def writeIntronCount(genes: List[GeneCount], outputDir: File, prefix: String): Unit

    Permalink

    This will write counts on each intron

  54. def writeMergeExonCount(genes: List[GeneCount], outputDir: File, prefix: String): Unit

    Permalink

    This function will print all counts that exist on exonic regions, each base withing the gene is only represented once but all regions are separated

  55. def writeMergeIntronCount(genes: List[GeneCount], outputDir: File, prefix: String): Unit

    Permalink

    This function will print all counts that do *not* exist on exonic regions, each base within the gene is only represented once but all regions are separated

  56. def writeNonStrandedMetaExonsCount(metaCounts: List[(String, RegionCount)], outputDir: File, prefix: String): Unit

    Permalink

    This function will print all counts for meta exons

  57. def writeStrandedMetaExonsCount(metaCounts: List[(String, RegionCount)], outputDir: File, prefix: String): Unit

    Permalink

    This function will print all counts for meta exons

  58. def writeTranscriptCounts(genes: List[GeneCount], outputDir: File, prefix: String): Unit

    Permalink

    This function will write all counts that are concatenated on transcript level.

    This function will write all counts that are concatenated on transcript level. Each line is 1 transcript. Exonic: then it's seen as an exon on 1 of the transcripts Intronic: then it's not seen as an exon on 1 of the transcripts Exonic + Intronic = Total

Inherited from ToolCommand[Args]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped