Results for "RNA-seq"

Wire posts

  • Complete and excellent tutorial for Single Cell Sequencing- https://hemberg-lab.github.io/scRNA.seq.course/index.html

    2334 days ago

  • Reformat you fasta sequence with size. $ seqkit seq -w 50 allGenomeContacted.fa > allGenomeContacted_final.fa #Reformat #Fasta #Size

    2464 days ago

  • Remove the sequence by fasta ids. awk 'BEGIN{while((getline<"ids.txt")>0)l[">"$1]=1}/^>/{f=!l[$1]}f' seq.fa #Remove #Delete #ids #fasta

    2206 days ago

  • Sed illegal charters from fasta. $ sed '/^[^>]/ s/[^AGTC]/N/gi' < seq.fa #fasta #otherthanATGC #replace #sed #Linux #illegal

    2140 days ago

  • perl -e '$/="\n>"; while (<>) { s/>//g; my ($id, $seq) = split /\n/; print ">$_" if length $seq; }' < all_p_ctg.fasta > all_p_ctg_corrected.fasta #Convert #Fasta #Zero

    2135 days ago

  • Transcriptome assembly https://www.rna-seqblog.com/tag/transcriptome-assembly/ #RNA-seq #Transcriptome #Assembly

    2129 days ago

  • Informatics for #RNA-seq: A web resource for analysis on the cloud https://github.com/griffithlab/rnaseq_tutorial/wiki #Scripts #Assembly

    1791 days ago

  • Transcript assembly and quantification for RNA-Seq https://github.com/mpertea/stringtie2 #Transcript #assembly

    1758 days ago

  • countTransformers: Transform Counts in RNA-Seq Data Analysis #transform #rna-seq #data #new #approach

    1553 days ago

  • #Convert #FASTQ to FASTA and set bases of #quality lower than 20 to N $ seqtk seq -aQ64 -q20 -n N IN.fastq > OUT.fasta

    985 days ago